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

'Adafruit_MCP230XX' object has no attribute 'OUTPUT' #12

@hopperj

Description

@hopperj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions