Skip to content

Commit bd0163b

Browse files
committed
@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)
1 parent 5fccf2e commit bd0163b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

library.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "XBee",
3+
"keywords": "xbee, protocol, radio, rf, 802.15.4",
4+
"description": "XBees in API mode, with support for both Series 1 (802.15.4) and Series 2 (ZB Pro/ZNet)",
5+
"include":
6+
[
7+
"*.cpp",
8+
"*.h",
9+
"examples"
10+
],
11+
"frameworks": "arduino",
12+
"platforms": "atmelavr"
13+
}

0 commit comments

Comments
 (0)