Skip to content

TimerISR()

Arnd edited this page Dec 15, 2016 · 1 revision

TimerISR();

Although this function is declared as a public one, it is not meant to be called. This is the ISR (Interrupt-Service-Routine) called off Timer0 which trigger approximately every millisecond (and is used by the millis() function for this purpose); it is used to control LED brightness increase and fade but needs to be declared in the public space in order for the library to function correctly.


Example:

 -none-