HF-WS2812 Driver 0.1.0-dev
HF-WS2812 ESP32 RMT Driver
Loading...
Searching...
No Matches
ws2812_test_config::Temperature Struct Reference

Temperature Specifications (celsius) More...

#include <esp32_ws2812_test_config.hpp>

Static Public Attributes

static constexpr int16_t OPERATING_MIN = -25
 Minimum operating temperature (°C)
 
static constexpr int16_t OPERATING_MAX = 80
 Maximum operating temperature (°C)
 
static constexpr int16_t WARNING_THRESHOLD = 70
 Temperature warning threshold (°C)
 

Detailed Description

Temperature Specifications (celsius)

Operating temperature range for WS2812B LEDs.

Member Data Documentation

◆ OPERATING_MAX

constexpr int16_t ws2812_test_config::Temperature::OPERATING_MAX = 80
staticconstexpr

Maximum operating temperature (°C)

◆ OPERATING_MIN

constexpr int16_t ws2812_test_config::Temperature::OPERATING_MIN = -25
staticconstexpr

Minimum operating temperature (°C)

◆ WARNING_THRESHOLD

constexpr int16_t ws2812_test_config::Temperature::WARNING_THRESHOLD = 70
staticconstexpr

Temperature warning threshold (°C)


The documentation for this struct was generated from the following file: