daily_automated

This commit is contained in:
topicchi
2023-03-17 11:59:21 +00:00
parent 252ecca9cf
commit e2f276193e
4496 changed files with 1178007 additions and 0 deletions

View 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": "3.2.0",
"frameworks": "arduino",
"platforms": "*"
}