Skip to content

Commit 3390a87

Browse files
committed
Merge pull request #8 from ivankravets/patch-1
@platformio Library Registry manifest file
2 parents 5fccf2e + eeca2f4 commit 3390a87

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

library.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/andrewrapp/xbee-arduino.git"
9+
},
10+
"include":
11+
[
12+
"*.cpp",
13+
"*.h",
14+
"examples"
15+
],
16+
"frameworks": "arduino",
17+
"platforms": "atmelavr"
18+
}

0 commit comments

Comments
 (0)