Open
Description
Using the MCP23017 to capture push button press.
Configuration:
mcp.interrupt_enable = 0xFF00 #interrupts enabled on port B
mcp.interrupt_configuration = 0xFF00 # Port B bits set, so corresponding I/O pin should be compared to DEFVAL register
mcp.default_value = 0x0000
Expected behavior :
interrupt should only be triggered when the button is pushed
Actual:
Interrupts are generated on both button push and 'pull' edges
Metadata
Metadata
Assignees
Labels
No labels