-
-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathlibrary.json
More file actions
32 lines (32 loc) · 850 Bytes
/
library.json
File metadata and controls
32 lines (32 loc) · 850 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
32
{
"name": "SDI-12",
"version": "2.3.2",
"keywords": "SDI-12, sdi12, communication, bus, sensor, Decagon",
"description": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.",
"repository": {
"type": "git",
"url": "https://github.com/EnviroDIY/Arduino-SDI-12.git"
},
"authors": [
{
"name": "Kevin M. Smith",
"email": "Kevin@elite-education.org"
},
{
"name": "Shannon Hicks",
"email": "shicks@stroudcenter.org"
},
{
"name": "Sara Damiano",
"email": "sdamiano@stroudcenter.org",
"maintainer": true
}
],
"license": "BSD-3-Clause",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam", "espressif8266", "espressif32", "ststm32"],
"export": {
"exclude": ["doc/*"]
},
"examples": ["examples/*/*.ino"]
}