adafruit / Adafruit_CircuitPython_CharLCD

Library code for character LCD interfacing
MIT License
69 stars 50 forks source link

No module named 'adafruit_mcp230xx' #40

Closed caternuson closed 5 years ago

caternuson commented 5 years ago

This is happening due to a refactor of the MCP230xx library.

A few issues have been opened in the MCP230xx repo: https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx/issues/12 https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx/issues/15 but should be here.

PR #39 should fix this.

caternuson commented 5 years ago

Should be fixed by #39