Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

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

Closed
wants to merge 1 commit into from

Conversation

gooligumelec
Copy link
Contributor

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
Copy link
Contributor Author

Bump...

@ladyada
Copy link
Member

ladyada commented Sep 30, 2019

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!

@ladyada ladyada closed this Sep 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants