#include "IntervalTimer.h" void setup() { Serial.begin(9600); } void myFunctionA() { Serial.println("Hello A!"); } void myFunctionB() { Serial.println("Hello B ...
Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.