improved serial handeling added aux state info

This commit is contained in:
IMback
2018-09-03 20:47:01 +02:00
parent 296d38e8b0
commit 20b4663887
9 changed files with 676 additions and 659 deletions

3
pwm.h
View File

@ -17,7 +17,8 @@ public:
~Pwm16b();
void setDutyA(const uint16_t duty);
void setDutyB(const uint16_t duty);
uint16_t getValue();
uint16_t getValueA();
uint16_t getValueB();
bool isOn();
void off();
void on();