Thanks for the quick response.
I would like to write I2C code to RADC for linear increment/decrement from its default (0x70) wiper condition of both the channels using command number 4 and 5. I would like to write the following pseudo code :
<Start> <Device address byte><Ack> <0100 1000><Ack> <0000 0001><Ack> <Stop> for incrementing, Command#4
<Start> <Device address byte><Ack> <0100 1000><Ack> <0000 0000><Ack> <Stop> for decrementing, Command#5
For reading RDAC or Control register or Input register, it is really confusing as there is no information on sequence of sending the command to the slave in the datasheet. The only matter which is clear is that, I have to use Command number#3 for reading any of the four registers and D7 of the Device address byte will be HIGH for reading and LOW for writing. You are requested to provide me with the sequence of command for reading.
Regards,