micropython-mcp23017 icon indicating copy to clipboard operation
micropython-mcp23017 copied to clipboard

MicroPython driver for MCP23017 16-bit I/O Expander

Results 5 micropython-mcp23017 issues
Sort by recently updated
recently updated
newest added

Added a toggle function to VirtualPin, mostly for blinking LEDs and similar.

Unfortunately doesn't seem to work for MCP23008. Was able to create the mcp object but can't configure a pin for input or output.

Hi, I am using this library to connect an MCP23017 to a Raspberry Pi Pico. Randomly, every few minutes, the code crashes with the following error: Traceback (most recent call...

Hi, I am trying to use the wonderful library that you have provided. I have connected 1 MCP23017 with esp32, and configured all 16 pins as input. my requirement is...

Does the rotary example work properly ? I do get the `switch: 1` when pressed, but when rotating, I get the same thing, it does not update the value, just...