Skip to content

Commit

Permalink
Merge pull request #55 from yeyeto2788/fix_issue_54
Browse files Browse the repository at this point in the history
Fix issue 54
  • Loading branch information
makermelissa authored Dec 19, 2020
2 parents a0702e3 + c9b2e16 commit 6400061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_dht.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from pulseio import PulseIn

_USE_PULSEIO = True
except ImportError:
except (ImportError, NotImplementedError):
pass # This is OK, we'll try to bitbang it!


Expand Down

0 comments on commit 6400061

Please sign in to comment.