I2C HAL own address format?
I have been struggling to get a simple I2C communication link working so that I can talk to my battery charger device. It's device address is 0x68. I have tried shifting this one bit the the left, not shifting the address. Nether works. Can someone s...