adafruit / Adafruit-Raspberry-Pi-Python-Code

Adafruit library code for Raspberry Pi
1.43k stars 686 forks source link

Adafruit_DHT binary needs updating with RPi 2 Base address #136

Closed justasrutkauskas closed 4 years ago

justasrutkauskas commented 8 years ago

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.

ladyada commented 4 years ago

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!