GY-63_MS5611/libraries/DHTNEW/library.json

21 lines
551 B
JSON
Raw Normal View History

{
"name": "DHTNEW",
2020-11-27 05:10:47 -05:00
"keywords": "DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown",
2020-05-22 03:20:39 -04:00
"description": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.",
2020-11-27 05:10:47 -05:00
"authors":
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
},
"repository":
{
"type": "git",
2020-05-22 03:20:39 -04:00
"url": "https://github.com/RobTillaart/DHTNEW.git"
},
2021-11-18 03:48:40 -05:00
"version": "0.4.10",
2021-05-28 07:22:08 -04:00
"license": "MIT",
"frameworks": "arduino",
2020-11-27 05:10:47 -05:00
"platforms": "*"
}