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