Hi,
The I2C communication protocol is not really described in the datasheet.
I assume that writing a register is done by adressing the device and sending 2 bytes (register address + value).
For reading, I first write the register address and afterwards read 1 byte.
But does the device support auto increment of the register pointer for writing & reading?
So that it is possible to use optimized access to registers in a row.
best regards,
Gregor Bader