Added reciver debugging

This commit is contained in:
2019-01-10 11:47:47 +01:00
parent d2bb858317
commit d49db3df70
7 changed files with 215 additions and 16 deletions

View File

@ -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};