Initial code
This commit is contained in:
27
library.json
Normal file
27
library.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user