GY-63_MS5611/libraries/DHT2pin/library.json

27 lines
577 B
JSON
Raw Normal View History

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",
2023-01-29 14:16:17 -05:00
"description": "Experimental version of the DHT library, using 2 data pins instead of 1.",
2016-12-18 04:48:17 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
2023-01-29 14:16:17 -05:00
},
{
"name": "Maria Emanuella Moura Silva"
2016-12-18 04:48:17 -05:00
}
],
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
},
2023-01-29 14:16:17 -05:00
"version": "0.2.0",
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
}