-
Notifications
You must be signed in to change notification settings - Fork 50
Updates for new MCP230xx #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@caternuson If you tell me what to do, I could test this with a hat (if needed). |
HAT = Pi. Easiest way is to use git and grab the PR version of the code with this process: |
@brentru will be testing! |
@caternuson Did you update an example? on this branch, I'm hitting against the No Module named error:
Board: Metro M4 |
The examples shouldn't need updating. Hopefully. The change is essentially just a tweak to the import syntax for the MCP230xx library which is done in the Are you testing the PR version? That looks like the error you'd get if still using the current library. |
@caternuson Yup, I'm testing the PR'd version. |
@caternuson Works with a shield kit. You may want to add the MCP230xx library to the README's dependency list: https://github.com/adafruit/Adafruit_CircuitPython_CharLCD#dependencies |
Updating https://github.com/adafruit/Adafruit_CircuitPython_CharLCD to 3.2.1 from 3.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_CharLCD#39 from caternuson/iss36 Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7735 to 1.0.2 from 1.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_ST7735#5 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7735R to 1.0.2 from 1.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_ST7735R#6 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_AzureIoT to 1.0.2 from 1.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_AzureIoT#3 from brentru/patch-return-message Updating https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad to 0.9.1 from 0.8.1: > Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#14 from tannewt/move_tests > Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#12 from crookedstorm/feature-tests > Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#13 from matt-land/bugfix-fix-the-build-sphinx > Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#7 from tannewt/use_bitmap_subscr > Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#11 from crookedstorm/docs-add-development-guide Updating https://github.com/adafruit/Adafruit_CircuitPython_Motor to 2.0.0 from 1.5.1: > Merge pull request adafruit/Adafruit_CircuitPython_Motor#30 from adafruit/revert-29-master
This updates the library to use the new MCP230xx refactor.
adafruit/Adafruit_CircuitPython_MCP230xx#11