2016-12-17 14:53:18 -05:00
|
|
|
{
|
|
|
|
"name": "DHTlib",
|
2018-01-08 18:11:37 -05:00
|
|
|
"keywords": "DHT11,DHT22,DHT33,DHT44,AM2301,AM2302,AM2303,AM2320,AM2322,temperature,humidity",
|
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-03-26 16:30:03 -04:00
|
|
|
"version":"0.1.27",
|
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"
|
|
|
|
}
|
|
|
|
}
|