mcauser / awesome-micropython

A curated list of awesome MicroPython libraries, frameworks, software and resources.
https://awesome-micropython.com
Creative Commons Zero v1.0 Universal
1.38k stars 175 forks source link

Added mcp230xx library with interrupt handling #141

Closed dsiggi closed 7 months ago

dsiggi commented 7 months ago

Added mcp230xx library with interrupt handling.

This is a fork from https://github.com/ShrimpingIt/micropython-mcp230xx which I have extended.

mcauser commented 7 months ago

Nice, and supports the MCP23008 👌

I wrote a driver for the IO expander too: https://github.com/mcauser/micropython-mcp23017