From 0a0da7b5fe8534e4d0180c6ec703d473a3e4b45a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 28 Nov 2014 18:09:59 +0200 Subject: [PATCH] PlatformIO Library Registry manifest file * This library in Web Registry: http://platformio.ikravets.com/#!/lib/show/92/RFM69 * Specification: [PlatformIO Library Manager](http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.ikravets.com/en/latest/ide.html) --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..e01526e --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "RFM69", + "keywords": "rf, radio, wireless, spi", + "description": "RFM69 library for RFM69W, RFM69HW, RFM69CW, RFM69HCW (semtech SX1231, SX1231H)", + "repository": + { + "type": "git", + "url": "https://github.com/LowPowerLab/RFM69.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}