13 lines
377 B
JSON
13 lines
377 B
JSON
{
|
|
"name": "ArduinoThread",
|
|
"keywords": "thread, task",
|
|
"description": "A library for managing the periodic execution of multiple tasks",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ivanseidel/ArduinoThread.git"
|
|
},
|
|
"frameworks": "arduino",
|
|
//"platforms": "atmelavr", LK 2025
|
|
"platforms": "*"
|
|
"version": "2.1.1"
|
|
} |