ivanseidel / DueTimer

⏳ Timer Library fully implemented for Arduino DUE
MIT License
211 stars 89 forks source link

Callbacks #66

Open Cam-Jackson opened 6 years ago

Cam-Jackson commented 6 years ago

Please enable Callbacks, so that timer values can be changed, while the counters are running.

While in an interrupt routine, I cannot even stop and restart a timer with a new value. This makes it impossible to synchronize the timers to another event..

budryerson commented 3 years ago

If I knew what "Callbacks" were, I'd rewrite the damn library myself. Please let me know if you do.