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

22 lines
544 B
JSON
Raw Normal View History

2022-05-08 07:05:13 -04:00
{
"name": "DHTINT",
"keywords": "DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown",
"description": "Arduino library for DHT sensors. Integer only to save footprint.",
"authors":
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/DHTINT.git"
},
2022-11-02 06:22:23 -04:00
"version": "0.1.3",
2022-05-08 07:05:13 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "dhtint.h"
}