adafruit / Adafruit_CircuitPython_DHT

CircuitPython support for DHT11 and DHT22 type temperature/humidity devices
MIT License
179 stars 62 forks source link

Lack of PulseIn detection now working #25

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

The pulseio.py file exists in Blinka, but most boards don't return PulseIn, so it was importing pulseio, but failing when trying to use PulseIn. This fixes that.

ladyada commented 4 years ago

plz bump