This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TCA9555: Microcontroller Compatibility

Part Number: TCA9555

Hello, 

The description for this I/O expander says that it is compatible with most microcontrollers. I assume it is compatible with an Arduino Due. Is that correct? 

Best, 

Zach

  • Hi Zach,

    I've used the Arduino Uno and Arduino Mega with our IO expanders. The Arduino Library includes an I2C library under the name 'wire' which can be used to communicate to any I2C device.

    -Bobby