Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Tags: adafruit/Adafruit_Python_DHT

Tags

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #115 from russfeld/master

Update Google Spreadsheets example

1.4.0

Toggle 1.4.0's commit message
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

Toggle 1.3.4's commit message
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.

1.3.3

Toggle 1.3.3's commit message
1.3.3

Fixes inclusion of C source files in sdist.