- Consolidated PWM functions into base classes.
- Removed channel hardcoding for onec() in Motor and Buzzer classes (using once_ms<uint8_t>)
- reduced type size for channel and pin members
- safe init and delete for Ticker
twatch2020_v1.h
- Fixed whitespace issues