Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 213 Bytes

05-DHT-22.md

File metadata and controls

8 lines (8 loc) · 213 Bytes

DHT-22 Tempature and humidity sensor

Install the Adafruit DHT library:

git clone https://github.com/adafruit/Adafruit_Python_DHT.git
cd Adafruit_Python_DHT
sudo python setup.py install

Not much to that!