We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0702e3 + c9b2e16 commit 6400061Copy full SHA for 6400061
adafruit_dht.py
@@ -38,7 +38,7 @@
38
from pulseio import PulseIn
39
40
_USE_PULSEIO = True
41
-except ImportError:
+except (ImportError, NotImplementedError):
42
pass # This is OK, we'll try to bitbang it!
43
44
0 commit comments