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/443/LinkedList
* 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 23, 2015
1 parent 8572948 commit 57fa1e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions library.json
@@ -0,0 +1,12 @@
{
"name": "LinkedList",
"keywords": "pattern",
"description": "A fully implemented LinkedList (int, float, objects, Lists or Wales) made to work with Arduino projects",
"repository":
{
"type": "git",
"url": "https://github.com/ivanseidel/LinkedList.git"
},
"frameworks": "arduino",
"platforms": "*"
}

0 comments on commit 57fa1e9

Please sign in to comment.