adafruit / Adafruit-Raspberry-Pi-Python-Code

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

Removed unnecessary 'led = LEDBackpack(0x70)' line #123

Closed gooligumelec closed 4 years ago

gooligumelec commented 9 years ago

The final line in Adafruit_LEDBackpack.py is not necessary - it does nothing. More importantly, it contains a hard coded I2C address (0x70), creating errors if the address of the LEDBackpack is changed from the default 0x70. These errors disappear if this unnecessary line is removed.

gooligumelec commented 9 years ago

Bump...

ladyada commented 4 years ago

Thank you for the Pull Request! 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!