Skip to content

Commit 6400061

Browse files
authored
Merge pull request #55 from yeyeto2788/fix_issue_54
Fix issue 54
2 parents a0702e3 + c9b2e16 commit 6400061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dht.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from pulseio import PulseIn
3939

4040
_USE_PULSEIO = True
41-
except ImportError:
41+
except (ImportError, NotImplementedError):
4242
pass # This is OK, we'll try to bitbang it!
4343

4444

0 commit comments

Comments
 (0)