Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added platformio support
  • Loading branch information
tonyputi committed May 1, 2016
1 parent 9408477 commit 7282742
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions library.json
@@ -0,0 +1,16 @@
{
"name": "Manchester",
"keywords": "rf, radio, wireless",
"description": "This is a Manchester encoding RF library which works on Arduino and ATTiny.",
"authors": {
"name": "mchr3k",
"url": "https://github.com/mchr3k/arduino-libs-manchester"
},
"repository": {
"type": "git",
"url": "https://github.com/mchr3k/arduino-libs-manchester.git"
},
"version": "1.0",
"frameworks": "arduino",
"platforms": ["atmelavr"]
}

0 comments on commit 7282742

Please sign in to comment.