Other Parts Discussed in Thread: TCA6424
Hello,
I am trying to communicate with two TCA6424A devices via i2c using python smbus2 with Raspberry Pi 4 .
So, smbus2 read and write i2c functions through no exceptions.
But, it looks like read function doesn't read from the input register configured like this
bus = SMBus(1)
Next, I write data to device address 0x23 output port-0
