mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
22 lines
576 B
JSON
22 lines
576 B
JSON
{
|
|
"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 sensortype recognition.",
|
|
"authors":
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/DHTNEW.git"
|
|
},
|
|
"version": "0.4.12",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"headers": "dhtnew.h"
|
|
}
|