muTimer

Arduino library to easily use on/off delays and cycle timers with non-blocking functions.

Author
Michael Uray
Website
https://github.com/MichaelUray/muTimer
Category
Timing
License
MIT
Library Type
Contributed
Architectures
avr, esp8266, esp32

The library provides a simple on/off delay for digital signals or a cycle timer which creates a periodically output. It keeps track of the elapsed time since the start of the delay or cycle and is non-blocking. The current time gets stored on a change of the input for the delayOnOff() functions to compare it with the given delayOn or delayOff delay times. The cycle functions restart themself without any external input and these create a permanent on/off signal (e.g. blinking LED) or just on trigger cycle (eg. start periodically actions).

Downloads

Filename Release Date File Size
muTimer-0.1.1.zip 2021-01-10 31.19 KiB
muTimer-0.1.0.zip 2021-01-04 21.94 KiB
muTimer-0.0.1.zip 2021-01-04 19.50 KiB