Skip to content

EveryTimer v1.1.1

Latest
Compare
Choose a tag to compare
@bluemurder bluemurder released this 25 Jun 14:10
· 3 commits to master since this release
fad1efe

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.