-
Notifications
You must be signed in to change notification settings - Fork 164
/
library.json
48 lines (48 loc) · 1.09 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
47
48
{
"name": "RF24Network",
"version": "2.0.2",
"keywords": "rf, radio, wireless, spi",
"description": "OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices.",
"license": "GPL-2.0-only",
"repository": {
"type": "git",
"url": "https://github.com/nRF24/RF24Network.git"
},
"dependencies": [
{
"name": "RF24",
"authors": "nRF24",
"frameworks": "arduino"
},
{
"name": "nrf_to_nrf",
"authors": "TMRh20",
"frameworks": "arduino",
"platforms": [
"nordicnrf52"
]
}
],
"export": {
"exclude": [
".github/*",
"keywords.txt",
"examples_RPi/*",
"RPi/*",
"cmake/*",
"CMakeLists.txt",
"Makefile"
]
},
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"teensy",
"atmelmegaavr",
"espressif32",
"espressif8266",
"ststm32",
"nordicnrf52"
]
}