GY-63_MS5611/libraries/DHTstable
2021-04-07 13:31:22 +02:00
..
.github/workflows update libs 2021-04-07 13:31:22 +02:00
examples update libs 2021-02-03 17:20:20 +01:00
test 2021-01-29 2021-01-29 12:31:58 +01:00
.arduino-ci.yml 2021-01-29 2021-01-29 12:31:58 +01:00
dht.cpp update libs 2021-03-01 10:11:54 +01:00
dht.h update libs 2021-03-01 10:11:54 +01:00
keywords.txt 2021-01-29 2021-01-29 12:31:58 +01:00
library.json update libs 2021-03-01 10:11:54 +01:00
library.properties update libs 2021-03-01 10:11:54 +01:00
LICENSE 2021-01-29 2021-01-29 12:31:58 +01:00
readme.md 2021-01-29 2021-01-29 12:31:58 +01:00

Arduino CI License: MIT GitHub release

DHTstable

Arduino Library for the DHT11 and DHT22 temperature and humidity sensor.

Description

The DHTstable library is a "frozen" version of the DHTlib. This version is stable for both ARM and AVR.

0.2.5 is a migration to its own repository. 0.2.6 fixed URL to new repro 0.2.7 getTemperature() and getHumidity() added added arduino-ci + unit test.

The latest developments for the DHT sensors are done in https://github.com/RobTillaart/DHTNEW which is also tested on an ESP32. There are some interface differences but these are relative small.

It is adviced to upgrade to the DHTNEW library if one needs new functionality.

Multiple dht.h includes

Note that the include file is called dht.h (for compatibily reasons) this might need a rename in sketch and library if there is a conflict.

TODO (optional)

  • rename files to dhtstable.h + dhtstable.cpp ( 0.3.0 version some day )

Operational

See examples.