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

Description
After following the instructions on the adafruit website for this product I received this error when trying to run the "Adafruit_CharLCDPlate.py" script. It is a simple fix however by editing "Adafruit_MCP230XX" and adding the lines:
self.OUTPUT = 0
self.INPUT = 1
to the Adafruit_MCP230XX object's init function.