From 2db741c7663f6387cb3dc982891485718310ca1f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 22 Jun 2015 11:47:49 +0300 Subject: [PATCH] @PlatformIO Library Registry manifest file * 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) --- library.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 00000000..77c01283 --- /dev/null +++ b/library.json @@ -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" + ] +}