We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdc7a7 commit 125890eCopy full SHA for 125890e
adafruit_dht.py
@@ -138,7 +138,7 @@ def measure(self):
138
delay_between_readings = 0.5
139
if self._dht11:
140
delay_between_readings = 1.0
141
- # Initialte new reading if this is the first call or if sufficient delay
+ # Initiate new reading if this is the first call or if sufficient delay
142
# If delay not sufficient - return previous reading.
143
# This allows back to back access for temperature and humidity for same reading
144
if (self._last_called == 0 or
0 commit comments