@ -6,6 +6,10 @@ class RgbLed
private:
Pwm8b* _pwmA;
Pwm8b* _pwmB;
static constexpr uint16_t calBlue[] = {1000, 1000, 1000};
static constexpr uint16_t calGreen[] = {1000, 1000, 1000};
static constexpr uint16_t calRed[] = {1000, 1000, 1000};
uint8_t _pattern = 0;
The note is not visible to the blocked user.