Skip to content

TimerISR()

Arnd edited this page Apr 20, 2017 · 1 revision

TimerISR();

This function is not meant to be used outside of the class, it is the actual interim interrupt vector used in the library. Due to the way that the Arduino IDE and libraries work, this must be declared as a public function in order for the ISR to function correctly.


Example:

-none-
Clone this wiki locally