Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time ...
Every Arduino programmer eventually runs into the problems of blocking code. Most often from using delay(). The millis() function ...
Arduino libraries, like libraries for other programming languages, help easily extend the range of functions available to users ...