-
Notifications
You must be signed in to change notification settings - Fork 8
/
library.json
35 lines (35 loc) · 991 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": "WeatherStationDataRx",
"keywords": "weather, station",
"description": "Arduino library for read weather data from Ventus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160",
"homepage": "https://github.com/Zwer2k/WeatherStationDataRx",
"repository": {
"type": "git",
"url": "https://github.com/Zwer2k/WeatherStationDataRx.git"
},
"version": "0.5.0",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"espressif8266"
],
"authors":
[
{
"name": "Zwer2k",
"maintainer": true
},
{
"name": "slartibartfast",
"url": "https://forum.arduino.cc/index.php?topic=462370.0"
},
{
"name": "BlackSmith",
"url": "https://github.com/BlackSmith"
},
{
"name": "Simonefardella",
"url": "https://github.com/Simonefardella"
}
]
}