-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibrary.json
45 lines (45 loc) · 1008 Bytes
/
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
{
"name": "MS5803",
"version": "0.1.2",
"description": "General interface to MS5803-series pressure transducers.",
"keywords": "sensor, sensors, MS5803, EnviroDIY",
"platforms": "atmelavr, atmelsam",
"frameworks": "arduino",
"authors":
[
{
"name": "Bobby Schulz",
"email": "[email protected]",
"maintainer": true
},
{
"name": "Andrew Wickert",
"email": "[email protected]"
},
{
"name": "Chad Sandell",
"email": "[email protected]"
},
{
"name": "Sara Damiano",
"email": "[email protected]",
"url": "https://envirodiy.org/"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/EnviroDIY/MS5803.git"
},
"export":
{
"exclude":
[
"docs/*"
]
},
"examples":
[
"examples/*/*.ino"
]
}