You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2019. It is now read-only.
add Pi 3 B+ support, fix long cable read delay on DHT sensor with RPI 1
To install from PyPI under Python 3:
pip3 install Adafruit-DHT
Under Python 2:
pip install Adafruit-DHT
Also available as Adafruit_Python_DHT.
1.3.4: Remove ez_install.py, tweak install instructions
To install from PyPI under Python 3:
sudo pip3 install Adafruit-DHT
Under Python 2:
sudo pip install Adafruit-DHT
Also available as Adafruit_Python_DHT.