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
The interrupt behaviours are different enough that the API cannot be completely compatible. For example, the MCP23017 does not raise interrupts on rising or falling signals but holds the interrupt line high while the input is different from some preconfigured value.
GPIO and MCP23017 have different APIs for configuring interrupt mode. The APIs should be the same, so pick one and make the other one use it.
The text was updated successfully, but these errors were encountered: