mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-12 18:28:12 +01:00
19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"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",
|
|
"dependencies":
|
|
[
|
|
{
|
|
"name": "SPIFlash",
|
|
"authors": "Felix Rusu"
|
|
}
|
|
]
|
|
} |