We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3e6deb + 5e52525 commit 060b743Copy full SHA for 060b743
library.json
@@ -0,0 +1,12 @@
1
+{
2
+ "name": "Thread",
3
+ "keywords": "thread, task",
4
+ "description": "A library for managing the periodic execution of multiple tasks",
5
+ "repository":
6
+ {
7
+ "type": "git",
8
+ "url": "https://github.com/ivanseidel/ArduinoThread.git"
9
+ },
10
+ "frameworks": "arduino",
11
+ "platforms": "atmelavr"
12
+}
0 commit comments