GY-63_MS5611/libraries/DHTstable
2021-11-06 20:30:17 +01:00
..
.github/workflows 1.1.0 DHTStable 2021-11-06 20:30:17 +01:00
examples 1.0.0 DHTStable 2021-05-28 13:22:49 +02:00
test 1.0.0 DHTStable 2021-05-28 13:22:49 +02:00
.arduino-ci.yml 1.1.0 DHTStable 2021-11-06 20:30:17 +01:00
DHTStable.cpp 1.1.0 DHTStable 2021-11-06 20:30:17 +01:00
DHTStable.h 1.1.0 DHTStable 2021-11-06 20:30:17 +01:00
keywords.txt 1.0.0 DHTStable 2021-05-28 13:22:49 +02:00
library.json 1.1.0 DHTStable 2021-11-06 20:30:17 +01:00
library.properties 1.1.0 DHTStable 2021-11-06 20:30:17 +01:00
LICENSE 2021-01-29 2021-01-29 12:31:58 +01:00
readme.md 1.1.0 DHTStable 2021-11-06 20:30:17 +01:00

Arduino CI Arduino-lint JSON check 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. 0.2.8 fix negative temperature 0.2.9 fix URL in JSON file

breaking name

1.0.0 renamed the dht.h file to DHTStable.h to fix the incompatible flag See issue https://github.com/RobTillaart/DHTstable/issues/8 Also made temperature and humidity private

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, these are relative small but can be time critical.

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

Operational

See examples.

Future

  • follow bug fixes from DHTnew?