Ticker

A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.

Author
Stefan Staub
Website
https://github.com/sstaub/Ticker
Category
Timing
License
MIT
Library Type
Contributed
Architectures
Any

The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a "thread", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.

Downloads

Filename Release Date File Size
Ticker-4.4.0.zip 2021-08-27 10.00 KiB
Ticker-4.3.0.zip 2021-06-20 9.90 KiB
Ticker-4.2.0.zip 2021-03-25 9.91 KiB
Ticker-4.1.0.zip 2021-03-05 9.90 KiB
Ticker-3.2.0.zip 2020-08-26 8.31 KiB