mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
25 lines
538 B
JSON
25 lines
538 B
JSON
{
|
|
"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"
|
|
},
|
|
"version":"0.2.4",
|
|
"frameworks": "arduino",
|
|
"platforms": "atmelavr",
|
|
"export": {
|
|
"include": "libraries/DHTstable"
|
|
}
|
|
}
|