mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
24 lines
511 B
JSON
24 lines
511 B
JSON
{
|
|
"name": "DHTlib",
|
|
"keywords": "DHT11,DHT22,AM2301,AM2302,AM2303,AM2320,AM2322",
|
|
"description": "Optimized Library for DHT Temperature & Humidity Sensor on AVR only.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/DHTlib.git"
|
|
},
|
|
"version": "0.1.36",
|
|
"license": "MIT",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"headers": "dht.h"
|
|
}
|