A lightweight Arduino library for non-blocking time-based events using millis().
Features:
Timer– track time intervals with optional repeatTaskTimer– extendsTimerto run scheduled callbacks (onStart,exec,onReset)StopWatch– measure elapsed time withstart,stopandlapfunctions