You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.