EveryTimer library for Arduino. This is a simple way to call user defined callbacks at specified time intervals.
Present library includes an example on how to blink a LED every second without blocking the main loop routine (using EveryTimer class), and an example on how to wait for a timeout to call a specified function (OneShotTimer class).
Changelog:
- Updated library information.