Files
robotic_hand/lib/ArduinoThread/library.json
2026-05-07 12:13:53 +02:00

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"
}