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)
This commit is contained in:
Ivan Kravets 2014-11-28 18:09:59 +02:00
parent ed2fd5b8d5
commit 0a0da7b5fe
1 changed files with 12 additions and 0 deletions

12
library.json Normal file
View File

@ -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"
}