Skip to content

Commit

Permalink
@platformio Library Registry manifest file
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
ivankravets committed Aug 18, 2015
1 parent c3e6deb commit 5e52525
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Thread",
"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"
}

0 comments on commit 5e52525

Please sign in to comment.