Files
RFPowerView/library.json
2023-12-21 16:43:41 +11:00

27 lines
685 B
JSON

{
"name": "RFPowerView",
"version": "0.0.1",
"description": "A library for receiving and sending PowerView packets via an nRF24L01 module",
"keywords": "powerview, hunterdouglas, luxaflex, rf, radio",
"repository": {
"type": "git",
"url": "https://git.mattway.com.au/matt/RFPowerView.git"
},
"authors":
[
{
"name": "Matt Way",
"email": "mattyway@gmail.com"
}
],
"license": "GPL-2.0-only",
"dependencies": {
"robtillaart/CRC": "^1.0.2",
"nrf24/RF24": "^1.4.8",
"rlogiacco/CircularBuffer": "^1.3.3"
},
"frameworks": "arduino",
"platforms": [
"espressif8266"
]
}