st-anything/lib/DHT/library.json

24 lines
517 B
JSON
Raw Permalink Normal View History

2023-03-11 14:11:03 +00:00
{
"name": "DHTStable",
"keywords": "DHT11 DHT22 DHT33 DHT44 AM2301 AM2302 AM2303",
"description": "Stable version of the library for DHT Temperature & Humidity Sensor.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "atmelavr",
"export": {
"include": "libraries/DHTstable"
}
}