ShrimpingIt / micropython-mcp230xx

Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
GNU Affero General Public License v3.0
30 stars 16 forks source link

Added configuration and handling of interrupts #7

Open dsiggi opened 2 years ago

dsiggi commented 2 years ago

Hi, I added the ability to configure and handle interrupts of the mcp230xx chips. This code was tested with an mcp230017 but mcp23008 should also work.

Daniel