arduino / ArduinoCore-API

Hardware independent layer of the Arduino cores defining the official API
https://www.arduino.cc/reference/en/
GNU Lesser General Public License v2.1
216 stars 120 forks source link

[Feature Request] timer interrupt callback function #182

Open Heiko-L opened 1 year ago

Heiko-L commented 1 year ago

It would be nice if there was a possibility to implement a way to add some own code in the timer interrupt routine. That could be accomplished like it is done in "WInterrupts".

Possible applications: sampling rotary encoders sampling tachometer signals acceleration/deceleration fading