From 6b8b1ccdb998abf526f1fd2cd24c7360ddacc5f5 Mon Sep 17 00:00:00 2001 From: Steven Conaway Date: Mon, 30 Jul 2018 11:23:35 -0700 Subject: [PATCH] Update DHT.cpp --- DHT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DHT.cpp b/DHT.cpp index 86ad91c..fb9e9df 100644 --- a/DHT.cpp +++ b/DHT.cpp @@ -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) {