1 #ifndef SingleStatusLED_h
2 #define SingleStatusLED_h
21 template <u
int8_t DATA_PIN>
49 uint32_t timeNow = millis();
97 static constexpr uint8_t kStatusColors[5][4][3] = {
98 { { 10, 0, 0} , { 0, 0, 10} , { 10, 0, 0} , { 0, 0, 10} } ,
99 { { 25, 25, 25} , { 16, 16, 16} , { 10, 10, 10} , { 10, 2, 2} } ,
100 { { 2, 0, 0} , { 2, 2, 0} , { 0, 2, 0} , { 0, 0, 2} } ,
101 { { 2, 0, 2} , { 2, 0, 1} , { 2, 0, 0} , { 2, 0, 1} } ,
102 { { 0, 2, 0} , { 0, 2, 0} , { 0, 2, 0} , { 0, 2, 0} }