forked from nRF24/RF24Mesh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
22 lines (22 loc) · 743 Bytes
/
library.json
File metadata and controls
22 lines (22 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"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 Development library, an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork.",
"repository":
{
"type": "git",
"url": "https://github.com/TMRh20/RF24Mesh.git"
},
"version": "1.0.4",
"dependencies": [
{ "name": "RF24", "authors": "TMRh20", "frameworks": "arduino" },
{ "name": "RF24Network", "authors": "TMRh20", "frameworks": "arduino" }
],
"exclude": "examples_RPi",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"teensy"
]
}