I want to extend Bounce2 for Adafruit-MCP23017 library. With this MR I can override "readCurrentState" and "setPinMode" to use with MCP object (mcp.pinMode(pin, mode), mcp.digitalRead(pin)). It can also be useful for other expanders.
I want to extend Bounce2 for Adafruit-MCP23017 library. With this MR I can override "readCurrentState" and "setPinMode" to use with MCP object (mcp.pinMode(pin, mode), mcp.digitalRead(pin)). It can also be useful for other expanders.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Hi, thanks for your contribution but can I ask why you need this?
I want to extend Bounce2 for Adafruit-MCP23017 library. With this MR I can override "readCurrentState" and "setPinMode" to use with MCP object (mcp.pinMode(pin, mode), mcp.digitalRead(pin)). It can also be useful for other expanders.