Skip to content

Commit 060b743

Browse files
committed
Merge pull request #8 from ivankravets/patch-1
@platformio Library Registry manifest file
2 parents c3e6deb + 5e52525 commit 060b743

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

library.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)