Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DHT Temperature and Humidity plus Heat Index (feels like temperature) - using official Adafruit Library #35

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update DhtTemperatureAndHumiditySensor.ino
cnerone authored Jan 5, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d723ca6406d945991d9df2fd7a40da939b4d62ec
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ static const uint8_t FORCE_UPDATE_N_READS = 10;

#include <MySensors.h>
#include <Adafruit_Sensor.h> // Adafruit Unified Sensor
#include <DHT_U.h> //DHT Sensor library by Adafruit
#include <DHT_U.h> // DHT Sensor library by Adafruit

DHT_Unified dhtu(DHTDATAPIN, DHTTYPE);
// See guide for details on Adafruit sensor wiring and usage: