Skip to content

Commit

Permalink
test Pull up delay 30us (was 50)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehorvat1 authored Jan 26, 2025
1 parent 05b01a4 commit f1fce31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/drv_dht_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dht_t *DHT_Create(byte pin, byte type) {
ret->_type = type;
ret->_maxcycles = 10000;

DHT_begin(ret, 50); //Pull up delay acc. datasheet 20 to 40ms ... ret,30 (was 55)
DHT_begin(ret, 30); //Pull up delay acc. datasheet 20 to 40ms ... ret,30 (was 55)

return ret;
}
Expand Down

0 comments on commit f1fce31

Please sign in to comment.