2016-12-17 21:03:32 +01:00
|
|
|
{
|
|
|
|
"name": "DHT2pin",
|
2018-01-09 00:11:37 +01:00
|
|
|
"keywords": "DHT11,DHT22,DHT33,DHT44,AM2301,AM2302,AM2303",
|
2016-12-17 21:03:32 +01:00
|
|
|
"description": "Experimental library of the DHT library that uses 2 pins instead of 3.",
|
2016-12-18 10:48:17 +01:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 21:03:32 +01:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 11:10:47 +01:00
|
|
|
"url": "https://github.com/RobTillaart/DHT2pin"
|
2016-12-17 21:03:32 +01:00
|
|
|
},
|
2022-11-01 20:26:33 +01:00
|
|
|
"version": "0.1.3",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2016-12-17 21:03:32 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-16 13:42:53 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "DHT2pin.h"
|
2016-12-17 21:03:32 +01:00
|
|
|
}
|