GY-63_MS5611/libraries/DHT2pin/library.json
2016-12-18 10:48:17 +01:00

24 lines
508 B
JSON

{
"name": "DHT2pin",
"keywords": "DHT11 DHT22 DHT33 DHT44 AM2301 AM2302 AM2303",
"description": "Experimental library of the DHT library that uses 2 pins instead of 3.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/DHT2pin"
}
}