Initial code

This commit is contained in:
2023-12-21 16:43:41 +11:00
parent b69b784056
commit c84c2dfbdc
8 changed files with 390 additions and 0 deletions

27
library.json Normal file
View File

@@ -0,0 +1,27 @@
{
"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"
]
}