diff --git a/dht11/__init__.py b/dht11/__init__.py index e274a0e..cc5e862 100644 --- a/dht11/__init__.py +++ b/dht11/__init__.py @@ -34,7 +34,7 @@ def read(self): RPi.GPIO.setup(self.__pin, RPi.GPIO.OUT) # send initial high - self.__send_and_sleep(RPi.GPIO.HIGH, 0.05) + self.__send_and_sleep(RPi.GPIO.HIGH, 0.6) # pull down to low self.__send_and_sleep(RPi.GPIO.LOW, 0.02)