Update DHT.cpp

This commit is contained in:
Steven Conaway 2018-07-30 11:23:35 -07:00 committed by GitHub
parent c978977718
commit 6b8b1ccdb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ DHT::DHT(uint8_t pin, uint8_t type, uint8_t count) {
_maxcycles = microsecondsToClockCycles(1000); // 1 millisecond timeout for
// reading pulses from DHT sensor.
// Note that count is now ignored as the DHT reading algorithm adjusts itself
// basd on the speed of the processor.
// based on the speed of the processor.
}
void DHT::begin(void) {