-
Notifications
You must be signed in to change notification settings - Fork 152
/
library.json
46 lines (46 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
44
45
46
{
"name": "RF24Mesh",
"keywords": "rf, radio, wireless, spi, mesh, network",
"description": "A simple and seamless 'mesh' layer for sensor networks. Designed to interface directly with with the RF24Network library, an OSI Network Layer using nRF24L01(+) and nRF52x radios.",
"license": "GPL-2.0-only",
"repository": {
"type": "git",
"url": "https://github.com/nRF24/RF24Mesh.git"
},
"version": "2.0.2",
"dependencies": [
{
"name": "RF24",
"authors": "nRF24",
"frameworks": "arduino"
},
{
"name": "RF24Network",
"authors": "nRF24",
"frameworks": "arduino",
"version": ">=2.0.0"
}
],
"export": {
"exclude": [
".github/*",
"keywords.txt",
"examples_RPi/*",
"pyRF24Mesh/*",
"cmake/*",
"CMakeLists.txt",
"Makefile"
]
},
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"teensy",
"atmelmegaavr",
"espressif32",
"espressif8266",
"ststm32",
"nordicnrf52"
]
}