update Code
This commit is contained in:
parent
3c47103b39
commit
a641fad56c
119 changed files with 10997 additions and 5 deletions
22
libraries/TaskScheduler-master/library.json
Normal file
22
libraries/TaskScheduler-master/library.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "TaskScheduler",
|
||||
"keywords": "multitasking, cooperative, event, task, taskscheduler, scheduling",
|
||||
"description": "Cooperative multitasking for Arduino and ESP8266 microcontrollers",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/arkhipenko/TaskScheduler"
|
||||
},
|
||||
"authors":
|
||||
[
|
||||
{
|
||||
"name": "Anatoli Arkhipenko",
|
||||
"email": "arkhipenko@hotmail.com",
|
||||
"url": "https://github.com/arkhipenko",
|
||||
"maintainer": true
|
||||
}
|
||||
],
|
||||
"version": "3.0.2",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue