From bd0163b17fdc363b0ab7b0cd37b9a8e0f7cbcdac Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 6 Jul 2015 17:40:56 +0300 Subject: [PATCH] @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) --- library.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..dfd931a --- /dev/null +++ b/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" + }