News

Implement simple event loops for mirco-controllers using Arduino's millis(). Provides interface that allows user to schedule periodic task and hook reaction to trigger (with built-in debounce and ...
Non-blocking Design Uses the millis() function for asynchronous timing, ensuring smooth program execution without delays. Simple Interface Easy-to-use functions for adding, updating, and managing ...