Skip to content

Commit 6b8b1cc

Browse files
authored
Update DHT.cpp
1 parent c978977 commit 6b8b1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DHT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DHT::DHT(uint8_t pin, uint8_t type, uint8_t count) {
1818
_maxcycles = microsecondsToClockCycles(1000); // 1 millisecond timeout for
1919
// reading pulses from DHT sensor.
2020
// Note that count is now ignored as the DHT reading algorithm adjusts itself
21-
// basd on the speed of the processor.
21+
// based on the speed of the processor.
2222
}
2323

2424
void DHT::begin(void) {

0 commit comments

Comments
 (0)