Basic usage of I2C bus

111
The I2C bus is a simple two-wire synchronous serial bus used to transfer data between a master and a slave. All masters generate a clock signal on the SCL line, while the SDA line is responsible for transmitting each 8-bit byte. One advantage of this bus is that it can send bytes without restriction.