You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
356 B
14 lines
356 B
{ |
|
"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": "*" |
|
} |
|
|
|
|