Merge pull request #19 from ivankravets/patch-1
PlatformIO Library Registry manifest file
This commit is contained in:
commit
0518667c19
|
|
@ -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"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue