I2C uses two wires for communication (SDA and SCL). In HS mode these lines are known as SDAH and SCLH. All the devices are connected to these lines in parallel (Multidrop). Every slave device has a unique address witch which masters can select any one of them uniquely for communication.
A transaction between master and slave happens in different phases.
START (Master à Slave)
ADDRESS (Master à Slave)
R/W Bit (Master à Slave)
ACK (Slave à Master)
DATA (Master ßà Slave)
STOP (Master ßà Slave)
The DATA and ACK phases can repeat any number of times to transfer more data to/from the addressed slave.


