|
# Reset to all inputs with no pull-ups and no inverted polarity. |
I have connected an MCP23017 to my Raspberry Pi. During reboot the MCP23017 is used to configure the inputs, outputs and pullup resistors. If I use the library afterwards, the configuration is reset when the class is initialized.
Is there a way to bypass the initialization?