-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathlibrary.json
More file actions
21 lines (21 loc) · 610 Bytes
/
library.json
File metadata and controls
21 lines (21 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "DHTNEW",
"keywords": "DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown",
"description": "Arduino library for DHT temperature and humidity sensor, with automatic sensor type recognition.\n(Sonoff Si7021, AM2320, AM2321, AM2322)",
"authors":
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/DHTNEW.git"
},
"version": "0.5.5",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "dhtnew.h"
}