I did updated to the latest "library" ver 2.1.0
And indeed by changing the "#include <Adafruit_MCP23X17.h>" got rid of the error.
mcp1.begin(0x20); had to be changed into mcp1.begin_I2C(0x20); now.
The good news is that is working, both IC's, and using your code !
Let me make a code that is not doing in parallel like is doing right now. Something progressive, and after that I will announce you if this is the way or not.
And indeed by changing the "#include <Adafruit_MCP23X17.h>" got rid of the error.
mcp1.begin(0x20); had to be changed into mcp1.begin_I2C(0x20); now.
The good news is that is working, both IC's, and using your code !
Let me make a code that is not doing in parallel like is doing right now. Something progressive, and after that I will announce you if this is the way or not.


