This commit is contained in:
2026-05-07 12:13:53 +02:00
parent f141da2b05
commit 879906abc7
38 changed files with 2445 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"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"
}