You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the init for the MCP23017 the comments say that setting IOCON.ODR (bit 2) to 0 sets the interrupts to be open-drain.
This in fact sets the output to use the active drivers and the IOCON.INTPOL for active high and active low.
Created a PR to update the comments on the init function here #25