improved serial handeling added aux state info
This commit is contained in:
parent
296d38e8b0
commit
20b4663887
9 changed files with 676 additions and 659 deletions
3
pwm.h
3
pwm.h
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue