Skip to content Skip to sidebar Skip to footer

Trouble Installing Adafruit's Dht11 Python Library

I followed these instructions to install the Adafruit DHT11 library (https://github.com/adafruit/Adafruit_Python_DHT): git clone https://github.com/adafruit/Adafruit_Python_DHT.gi

Solution 1:

I fixed it. I moved my file into Adafruit_Python_DHT/examples and ran it with the python sensorRead.py command. To be honest, I don't know why it works when I put it into examples, but it does.


Post a Comment for "Trouble Installing Adafruit's Dht11 Python Library"