Added reciver debugging
This commit is contained in:
parent
d2bb858317
commit
d49db3df70
4
rgbled.h
4
rgbled.h
|
@ -7,9 +7,9 @@ private:
|
|||
Pwm8b* _pwmA;
|
||||
Pwm8b* _pwmB;
|
||||
|
||||
static constexpr uint16_t calRed[] = {650, 650, 650};
|
||||
static constexpr uint16_t calRed[] = {1000, 1000, 1000};
|
||||
static constexpr uint16_t calGreen[] = {1000, 1000, 1000};
|
||||
static constexpr uint16_t calBlue[] = {200, 250, 300};
|
||||
static constexpr uint16_t calBlue[] = {400, 500, 500};
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue