Wgranie zmian do repozytorium

This commit is contained in:
2026-05-10 16:46:04 +02:00
commit a68b81ed4a
1608 changed files with 254964 additions and 0 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"
}