24 lines
526 B
JSON
Raw Normal View History

2016-12-17 20:53:18 +01:00
{
2016-12-18 10:48:17 +01:00
"name": "DHTStable",
2018-01-09 00:11:37 +01:00
"keywords": "DHT11,DHT22,DHT33,DHT44,AM2301,AM2302,AM2303",
2016-12-17 20:53:18 +01:00
"description": "Stable version of the library for DHT Temperature & Humidity Sensor.",
2016-12-18 10:48:17 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 20:53:18 +01:00
"repository":
{
"type": "git",
2021-05-28 13:22:49 +02:00
"url": "https://github.com/RobTillaart/DHTstable.git"
2016-12-17 20:53:18 +01:00
},
2021-12-16 22:03:02 +01:00
"version": "1.1.1",
2021-05-28 13:22:49 +02:00
"license": "MIT",
2016-12-17 20:53:18 +01:00
"frameworks": "arduino",
2021-12-16 22:03:02 +01:00
"platforms": "*",
"headers": "DHTStable.h"
2016-12-17 20:53:18 +01:00
}