2023-03-17 11:59:21 +00:00
|
|
|
{
|
|
|
|
|
"name": "Ticker",
|
|
|
|
|
"keywords": "Ticker, Timer, Threads",
|
|
|
|
|
"description": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.",
|
|
|
|
|
"repository":
|
|
|
|
|
{
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sstaub/Ticker"
|
|
|
|
|
},
|
2024-09-24 16:54:39 +00:00
|
|
|
"version": "4.4.0",
|
2023-03-17 11:59:21 +00:00
|
|
|
"frameworks": "arduino",
|
|
|
|
|
"platforms": "*"
|
|
|
|
|
}
|
|
|
|
|
|