2017-12-12 16:04:06 -05:00
|
|
|
{
|
|
|
|
"name": "DHT12",
|
2020-11-27 05:10:47 -05:00
|
|
|
"keywords": "Temperature, Humidity, DHT12, I2C",
|
|
|
|
"description": "Arduino library for I2C DHT12 temperature and humidity sensor. ",
|
2017-12-12 16:04:06 -05:00
|
|
|
"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"
|
2017-12-12 16:04:06 -05:00
|
|
|
},
|
2022-11-01 16:00:49 -04:00
|
|
|
"version": "0.3.3",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2017-12-12 16:04:06 -05:00
|
|
|
"frameworks": "arduino",
|
2021-12-16 09:58:14 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "DHT12.h"
|
2017-12-12 16:04:06 -05:00
|
|
|
}
|