PaulStoffregen / TimerOne

TimerOne Library with optimization and expanded hardware support
http://www.pjrc.com/teensy/td_libs_TimerOne.html
470 stars 209 forks source link

Adding support for UNO-R4 boards #65

Open delta-G opened 1 year ago

delta-G commented 1 year ago

622ac13 will add support except for the PWM functions for the UNO-R4 boards. There have been a number of threads mentioning problems with third party libraries that depend on TimerOne for timer functions which are broken for the R4 boards. This pull should resolve that.

This is my first contribution to another library. If I'm out of line or doing it wrong, please let me know. I really want to learn the system.