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/435/RF24Network
* 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 Jun 22, 2015
1 parent c8a3e85 commit 2db741c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "RF24Network",
"keywords": "rf, radio, wireless, spi",
"description": "Optimized Network Layer for nRF24L01(+) Radios",
"repository":
{
"type": "git",
"url": "https://github.com/TMRh20/RF24Network.git"
},
"dependencies": { "name": "RF24", "authors": "TMRh20", "frameworks": "arduino" },
"exclude": [
"RPi",
"tests"
],
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"teensy"
]
}

0 comments on commit 2db741c

Please sign in to comment.