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

24 lines
517 B
JSON
Raw Normal View History

2016-12-17 14:53:18 -05:00
{
"name": "DHTlib",
2021-12-16 10:44:08 -05:00
"keywords": "DHT11,DHT22,AM2301,AM2302,AM2303,AM2320,AM2322",
2016-12-17 14:53:18 -05:00
"description": "Optimized Library for DHT Temperature & Humidity Sensor on AVR only.",
2018-04-03 13:08:27 -04:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 14:53:18 -05:00
"repository":
{
"type": "git",
2020-11-27 05:10:47 -05:00
"url": "https://github.com/RobTillaart/DHTlib.git"
2016-12-17 14:53:18 -05:00
},
2021-12-16 10:44:08 -05:00
"version": "0.1.35",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2016-12-17 14:53:18 -05:00
"frameworks": "arduino",
2021-12-16 10:44:08 -05:00
"platforms": "*",
"headers": "dht.h"
2016-12-17 14:53:18 -05:00
}