27 lines
571 B
JSON
Raw Normal View History

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",
2023-01-29 20:16:17 +01:00
"description": "Experimental version of the DHT library, using 2 data pins instead of 1.",
2016-12-18 10:48:17 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
2023-01-29 20:16:17 +01:00
},
{
"name": "Maria Emanuella Moura Silva"
2016-12-18 10:48:17 +01:00
}
],
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
},
2023-10-24 16:30:56 +02:00
"version": "0.2.1",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2023-10-24 16:30:56 +02:00
"frameworks": "*",
2021-12-16 13:42:53 +01:00
"platforms": "*",
"headers": "DHT2pin.h"
2016-12-17 21:03:32 +01:00
}