-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathlibrary.json
More file actions
51 lines (51 loc) · 1.42 KB
/
library.json
File metadata and controls
51 lines (51 loc) · 1.42 KB
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
44
45
46
47
48
49
50
51
{
"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. 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": "2.0.3",
"dependencies": [
{
"name": "RF24",
"authors": "nRF24",
"frameworks": "arduino"
},
{
"name": "RF24Network",
"authors": "nRF24",
"frameworks": "arduino"
},
{
"name": "RF24Mesh",
"authors": "nRF24",
"frameworks": "arduino"
},
{
"name": "lwIP",
"authors": "Victor Chavez <chavez-bermudez@fh-aachen.de>",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelmegaavr",
"atmelsam",
"ststm32",
"nordicnrf52",
"teensy"
],
"version": ">=1.0.0"
}
],
"export": {
"exclude": [
".github/*",
"keywords.txt",
"examples/examples_formatter.conf"
]
},
"frameworks": "arduino",
"platforms": "*"
}