In the document:
www.ti.com/.../bq25713.pdf
In Section "9.5.1.5 Slave Address and Data Direction Bit"
It says the slave address is 7 bit long.
However, in section "9.5.1 I2C Serial Interface"
It says the device operates with the slave address 0xD6.
This would need 8 bit for representation.
All the libraries I tried mask the 8th bit.
What is the actual address of the device if I2C is used for communication?