Skip to content

Commit

Permalink
@platformio Library Registry manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Mar 28, 2016
1 parent 49f815a commit c9bf567
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions library.json
@@ -0,0 +1,22 @@
{
"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": "gioscarab@gmail.com"
},
"repository":
{
"type": "git",
"url": "https://github.com/gioblu/PJON.git"
},
"version": "1.1",
"frameworks": "arduino",
"platforms":
[
"atmelavr",
"espressif"
]
}

0 comments on commit c9bf567

Please sign in to comment.