mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-02 12:20:38 +08:00
16 lines
496 B
JSON
16 lines
496 B
JSON
{
|
|
"name": "DHT sensor library for ESPx",
|
|
"keywords": "onewire, 1-wire, bus, sensor, temperature",
|
|
"description": "Arduino ESP library for DHT11, DHT22, etc Temp & Humidity Sensors. Last changes: Updated example.",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/beegee-tokyo/DHTesp.git"
|
|
},
|
|
"version": "1.0.6",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"license": "GPL-3.0-only",
|
|
"homepage": "http://desire.giesecke.tk/index.php/2018/01/30/esp32-dht11/"
|
|
}
|