Skip to content

Commit 5e52525

Browse files
committed
@platformio Library Registry manifest file
* This library in Web Registry: http://platformio.org/#!/lib/show/440/Thread * Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html)
1 parent c3e6deb commit 5e52525

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)