-
Notifications
You must be signed in to change notification settings - Fork 50
/
library.json
43 lines (43 loc) · 1.19 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "RF24Ethernet",
"keywords": "rf, radio, wireless, spi, mesh, network",
"description": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols & networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...",
"license": "GPL-2.0-or-later AND Apache-2.0 AND MIT",
"repository": {
"type": "git",
"url": "https://github.com/nRF24/RF24Ethernet.git"
},
"version": "1.6.17",
"dependencies": [
{
"name": "RF24",
"authors": "nRF24",
"frameworks": "arduino"
},
{
"name": "RF24Network",
"authors": "nRF24",
"frameworks": "arduino"
},
{
"name": "RF24Mesh",
"authors": "nRF24",
"frameworks": "arduino"
}
],
"export": {
"exclude": [
".github/*",
"keywords.txt",
"examples/examples_formatter.conf"
]
},
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"atmelmegaavr",
"espressif32",
"espressif8266"
]
}