GY-63_MS5611/libraries/DHTNEW/library.json
2022-11-05 19:57:52 +01:00

22 lines
593 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.\n(Sonoff Si7021)",
"authors":
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/DHTNEW.git"
},
"version": "0.4.17",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "dhtnew.h"
}