-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
58 lines (58 loc) · 1.55 KB
/
library.json
File metadata and controls
58 lines (58 loc) · 1.55 KB
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
54
55
56
57
58
{
"name": "ANBSensorsModbus",
"version": "0.4.2",
"description": "A library for communicating with pH sensors manufactured by ANB Sensors using Modbus.",
"keywords": "EnviroDIY, ANBSensors, Modbus, pH",
"platforms": "*",
"frameworks": "arduino",
"authors": [
{
"name": "Sara Damiano",
"email": "sdamiano@stroudcenter.org",
"url": "https://envirodiy.org/",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/EnviroDIY/ANBSensorsModbus.git"
},
"export": {
"include": [
"LICENSE.md",
"library.json",
"library.properties",
"README.md",
"src/*",
"examples/*"
]
},
"examples": ["examples/*/*.ino"],
"build": {
"srcFilter": ["+<*.c>", "+<*.cpp>", "+<*.h>"],
"libLDFMode": "deep+"
},
"dependencies": [
{
"name": "SensorModbusMaster",
"owner": "envirodiy",
"library id": "1824",
"url": "https://github.com/EnviroDIY/SensorModbusMaster",
"version": "~1.7.0",
"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"
},
{
"name": "fast_math",
"owner": "robtillaart",
"url": "https://github.com/RobTillaart/fast_math",
"version": "~0.2.5",
"note": "Arduino library for fast math algorithms.",
"authors": ["Rob Tillaart"],
"frameworks": "*",
"platforms": "*"
}
]
}