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