2016-12-17 14:53:18 -05:00
|
|
|
{
|
|
|
|
"name": "DHTlib",
|
2017-12-12 14:58:58 -05:00
|
|
|
"keywords": "DHT11 DHT22 DHT33 DHT44 AM2301 AM2302 AM2303 AM2320 AM2322",
|
2016-12-17 14:53:18 -05:00
|
|
|
"description": "Optimized Library for DHT Temperature & Humidity Sensor on AVR only.",
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/Arduino.git"
|
|
|
|
},
|
2018-01-07 13:13:07 -05:00
|
|
|
"version":"0.1.26",
|
2016-12-17 14:53:18 -05:00
|
|
|
"frameworks": "arduino",
|
2017-03-06 15:10:50 -05:00
|
|
|
"platforms": "*",
|
2016-12-17 14:53:18 -05:00
|
|
|
"export": {
|
|
|
|
"include": "libraries/DHTlib"
|
|
|
|
}
|
|
|
|
}
|