25 lines
540 B
JSON
Raw Normal View History

2016-12-17 20:53:18 +01:00
{
"name": "DHTlib",
2018-04-03 19:08:27 +02:00
"keywords": "DHT11 DHT22 DHT33 DHT44 AM2301 AM2302 AM2303 AM2320 AM2322",
2016-12-17 20:53:18 +01:00
"description": "Optimized Library for DHT Temperature & Humidity Sensor on AVR only.",
2018-04-03 19:08:27 +02:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 20:53:18 +01:00
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version":"0.1.29",
2016-12-17 20:53:18 +01:00
"frameworks": "arduino",
"platforms": "*",
2016-12-17 20:53:18 +01:00
"export": {
"include": "libraries/DHTlib"
}
}