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

24 lines
552 B
JSON
Raw Normal View History

{
"name": "DHT12",
2020-11-27 05:10:47 -05:00
"keywords": "Temperature, Humidity, DHT12, I2C",
2023-02-09 12:45:30 -05:00
"description": "Arduino library for I2C DHT12 temperature and humidity sensor.\nTemperature and humidity can be calibrated with an offset. ",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-11-27 05:10:47 -05:00
"url": "https://github.com/RobTillaart/DHT12.git"
},
2023-10-24 10:50:18 -04:00
"version": "0.5.0",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-10-24 10:50:18 -04:00
"frameworks": "*",
2021-12-16 09:58:14 -05:00
"platforms": "*",
"headers": "DHT12.h"
}