forked from Mickaelh51/Arduino-Oregon-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
33 lines (33 loc) · 771 Bytes
/
library.json
File metadata and controls
33 lines (33 loc) · 771 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
33
{
"name": "Oregon",
"keywords": "Oregon, 433Mhz, temperature, humidity, battery, THN132N, THGR228N, MySensors",
"description": "This sketch provides an example how to implement a humidity/temperature from Oregon sensor.",
"repository":
{
"type": "git",
"url": "https://github.com/Mickaelh51/Arduino-Oregon-Library.git"
},
"authors":
[
{
"name": "Mickael Hubert",
"email": "github@winlux.fr",
"url": "https://github.com/Mickaelh51",
"maintainer": true
},
{
"name": "Olivier Lebrun"
},
{
"name": "Dominique Pierre"
}
],
"dependencies":
{
"name": "MySensor",
"authors": "Henrik Ekblad",
"frameworks": "arduino"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}