HEllo Chis and John
Thanks for the reply
I am sending the pointer register address,
Slave address is 0x40
void TMPWriteReg(uint8_t Slave, uint8_t Reg) { I2C_WrData(Slave,Reg); }
Here is my code which has got slave and register address
void TMPWriteData(uint8_t Slave,uint8_t Data) { I2C_WrData(Slave,Data); }
and this is what i write data to slave.
But still i cannot find any difference