We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a86956 commit a10405dCopy full SHA for a10405d
DHT.cpp
@@ -161,7 +161,7 @@ boolean DHT::read(bool force) {
161
162
// Now start reading the data line to get the value from the DHT sensor.
163
pinMode(_pin, INPUT_PULLUP);
164
- delayMicroseconds(10); // Delay a bit to let sensor pull data line low.
+ delayMicroseconds(50); // Delay a bit to let sensor pull data line low.
165
166
// First expect a low signal for ~80 microseconds followed by a high signal
167
// for ~80 microseconds again.
0 commit comments