forked from joaquinperaza/Arduino-SDI-12
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
35 lines (35 loc) · 823 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
{
"name": "SDI-12",
"version": "2.1.4",
"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": "[email protected]"
},
{
"name": "Shannon Hicks",
"email": "[email protected]"
},
{
"name": "Sara Damiano",
"email": "[email protected]",
"maintainer": true
}
],
"license": "BSD-3-Clause",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam"
],
"export": {
"exclude": ["doc/*"]
},
"examples": ["examples/*/*.ino"]
}