Files
Arduino/libraries/Ticker/library.json
Jérôme Delacotte 7b30d6e298 first commit
2025-03-06 11:15:32 +01:00

15 lines
356 B
JSON
Executable File

{
"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"
},
"version": "4.4.0",
"frameworks": "arduino",
"platforms": "*"
}