Conceptual question please

Hi everyone.
I am not clear the few concepts below, would you please explain it in detail?

Wire.begin();
Wire.begin(21, 22);
mcp.begin();
mcp.begin_I2C();

Thanks
Adam

What do you think is happening in each line ?

Have you examined the Wire and mcp library code ?

1 Like

Adafruit_MCP23X17 mcp;

1 Like

GREAT!
Thank you johnwasser.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.