-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
31 lines (30 loc) · 768 Bytes
/
library.json
File metadata and controls
31 lines (30 loc) · 768 Bytes
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
{
"name": "Baratron-Arduino",
"version": "1.3.0",
"description": "A simple library to read pressure data from MKS Baratron capacitance manometers",
"keywords": "pressure, transducer, pressure-gauge, sensor",
"repository":
{
"type": "git",
"url": "https://github.com/duluthmachineworks/Baratron-Arduino"
},
"authors":
[
{
"name": "Chris Lee",
"email": "chris@duluthmachineworks.com",
"url": "https://www.duluthmachineworks.com"
}
],
"license": "GPL-2.0-or-later",
"homepage": "https://www.duluthmachineworks.com",
"dependencies": {
},
"frameworks": "arduino",
"platforms":
[
"atmelavr",
"espressif8266",
"espressif32"
]
}