Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
@platformio Library Registry manifest file
* This library in Web Registry: http://platformio.org/#!/lib/show/6/XBee
* 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 Jul 6, 2015
1 parent 5fccf2e commit bd0163b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions library.json
@@ -0,0 +1,13 @@
{
"name": "XBee",
"keywords": "xbee, protocol, radio, rf, 802.15.4",
"description": "XBees in API mode, with support for both Series 1 (802.15.4) and Series 2 (ZB Pro/ZNet)",
"include":
[
"*.cpp",
"*.h",
"examples"
],
"frameworks": "arduino",
"platforms": "atmelavr"
}

0 comments on commit bd0163b

Please sign in to comment.