SoftTimers

Timing

The SoftTimers arduino library is a collection of software timers. The library aims at greatly simplifying multitask complexity.
It allows one to properly time multiple events and know when each "timer" expires meaning that an action is required. SoftTimers can also be used to compute the elapsed time since an event occured.

Author: Antoine Beauchamp

Maintainer: Antoine Beauchamp

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.