update Code

This commit is contained in:
Siwat Sirichai 2019-08-09 09:17:05 +07:00
parent 3c47103b39
commit a641fad56c
119 changed files with 10997 additions and 5 deletions

View 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": "*"
}