adafruit/Adafruit-Raspberry-Pi-Python-Code

Adafruit_DHT binary needs updating with RPi 2 Base address

justasrutkauskas opened this issue · 1 comments

DHT22 didn't work with RPi2 so had to update c file with RPi2 details:

#define BCM2709_PERI_BASE 0x3f000000

and recompile with updated bcm2835 lib (which has support for bcm2836 which is in RPi2, used 1.47 v).

Probably worth including this based on platform.

Thank you for the Issue!
This library has been deprecated in favor of our python3 Blinka library. We have replaced all of the libraries that use this repo with CircuitPython libraries that are Python3 compatible, and support a wide variety of single board/linux computers!

Visit https://circuitpython.org/blinka for more information

CircuitPython has support for almost 200 different drivers, and a as well as FT232H support for Mac/Win/Linux!