first commit
This commit is contained in:
14
libraries/Ticker/library.json
Executable file
14
libraries/Ticker/library.json
Executable file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user