forked from EnviroDIY/KellerModbus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
53 lines (53 loc) · 1.28 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
49
50
51
52
53
{
"name": "KellerModbus",
"version": "0.2.1",
"keywords": "Keller, Modbus, communication, bus, sensor, water level, pressure",
"description": "Arduino library for communication with Keller pressure and water level sensors via Modbus.",
"repository":
{
"type": "git",
"url": "https://github.com/EnviroDIY/KellerModbus"
},
"authors":
[
{
"name": "Anthony Aufdenkampe",
"email": "aaufdenkampe@limno.com",
"maintainer": true
},
{
"name": "Neil Hancock"
}
],
"license": "BSD-3-Clause",
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam",
"dependencies":
[
{
"name": "SensorModbusMaster",
"library id": "1824",
"url": "https://github.com/EnviroDIY/SensorModbusMaster.git",
"version": ">=0.6.2",
"note": "EnviroDIY SensorModbusMaster - Arduino library for communicating via modbus with the Arduino acting as the modbus master.",
"authors": [
"Sara Damiano"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
}
],
"examples":
[
"examples/*/*.ino",
"utilities/*/*.ino"
],
"export":
{
"exclude":
[
"doc/*",
"sensor_tests/*"
]
}
}