-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
49 lines (49 loc) · 1.54 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
{
"name": "scanModbus",
"version": "0.1.1",
"keywords": "s::can, spectro::lyzer, spectrolyzer, spec, modbus",
"description": "Arduino library for communicating with S::CAN instruments, either directly with a spectro::lyzer or to any instrument via ana::gate.",
"repository":
{
"type": "git",
"url": "https://github.com/StroudCenter/S-CAN-Modbus.git"
},
"authors":
[
{
"name": "Sara Damiano",
"email": "[email protected]",
"maintainer": true
}
],
"license": "BSD-3-Clause",
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam",
"dependencies":
[
{
"name": "Time",
"library id": "44",
"url": "https://github.com/PaulStoffregen/Time.git",
"version": ">=1.5.0",
"note": "Arduino time keeping library",
"authors": [
"Michael Margolis",
"Paul Stoffregen"
],
"frameworks": "arduino"
},
{
"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"
}
]
}