GY-63_MS5611/libraries/DHTNEW/library.json
2024-03-24 16:51:11 +01:00

22 lines
611 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 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.4.20",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "dhtnew.h"
}