23 lines
474 B
JSON
Raw Normal View History

{
"name": "DHT12",
2020-11-27 11:10:47 +01:00
"keywords": "Temperature, Humidity, DHT12, I2C",
"description": "Arduino library for I2C DHT12 temperature and humidity sensor. ",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-11-27 11:10:47 +01:00
"url": "https://github.com/RobTillaart/DHT12.git"
},
2021-10-25 17:35:53 +02:00
"version": "0.3.1",
2021-05-28 14:16:25 +02:00
"license": "MIT",
"frameworks": "arduino",
2020-11-27 11:10:47 +01:00
"platforms": "*"
}