Added reciver debugging
This commit is contained in:
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};
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user