Hi all,
I am currently trying to interface with an i2c eeprom chip, the problem being I need to be able to send two register values(MSB + LSB) for R/W
i.e. :[deviceId+(r/w)] ack [Address hi] ack [Address low] ack [Data]
I did notice the sendData()/readData method in I2CSensor uses an int for register selection, will this automatically adjust for longer addresses?
i.e. does 0xFFFF get converted to 0xFF + 0xFF?
How else would I go about longer register addressing?
Cheers,
Mike
