increased reciver time tolerance

This commit is contained in:
IMback
2018-11-27 18:48:34 +01:00
parent f963c5b312
commit 775ff9313b
6 changed files with 45 additions and 34 deletions

View File

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