GY-63_MS5611/libraries/DHTINT/library.json
2023-10-25 17:21:50 +02:00

22 lines
538 B
JSON

{
"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"
},
"version": "0.1.4",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "dhtint.h"
}