increased reciver time tolerance
This commit is contained in:
parent
f963c5b312
commit
775ff9313b
6 changed files with 45 additions and 34 deletions
4
rgbled.h
4
rgbled.h
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue