Skip to content

Commit

Permalink
Merge pull request #37 from valeros/patch-1
Browse files Browse the repository at this point in the history
@platformio Library Registry manifest file
  • Loading branch information
gioblu committed Mar 28, 2016
2 parents 49f815a + 10fc1b5 commit 61d09f3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "PJON",
"description": "PJON is a device communications bus system that connects up to 255 arduino boards over a single wire",
"keywords": "communication, bus",
"authors":
{
"name": "Giovanni Blu Mitolo",
"email": "[email protected]"
},
"repository":
{
"type": "git",
"url": "https://github.com/gioblu/PJON.git"
},
"examples": "examples/*/*/*.ino",
"version": "1.1",
"frameworks": "arduino",
"platforms":
[
"atmelavr",
"espressif"
]
}

0 comments on commit 61d09f3

Please sign in to comment.