-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlibrary.properties
More file actions
9 lines (9 loc) · 858 Bytes
/
Copy pathlibrary.properties
File metadata and controls
9 lines (9 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
name=muTimer
version=0.1.1
author=Michael Uray <mu@spamfence.net>
maintainer=Michael Uray <mu@spamfence.net>
sentence=Arduino library to easily use on/off delays and cycle timers with non-blocking functions.
paragraph=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).
category=Timing
url=https://github.com/MichaelUray/muTimer
architectures=avr,esp8266,esp32,stm32