.. _qs-i2c: I2C === .. figure:: ../images/qs-pinout-i2c.png :width: 50% :figwidth: 50% :align: right :alt: I2C is a two-wire, bidirectional serial bus that provides a simple, efficient method of data exchange, minimizing the interconnection between devices. This bus is suitable for applications requiring occasional communications over a short distance between many devices. The flexible I2C standard allows additional devices to be connected to the bus for expansion and system development. +---------+------------+------------+---------+------------------------------+ | **Pin** | **Signal** | **type** | **I/O** | **Description** | +---------+------------+------------+---------+------------------------------+ | 5 | I2C_SCL_A | | | | +---------+------------+ 3V3 | I/O | I2C Serial Clock | | 8 | I2C_SCL_B | | | | +---------+------------+------------+---------+------------------------------+ | 6 | I2C_SDA_A | | | | +---------+------------+ 3V3 | I/O | I2C Serial Data | | 9 | I2C_SDA_B | | | | +---------+------------+------------+---------+------------------------------+ | 7 | I2C_INT_A | | | | +---------+------------+ 3V3 | I | Interrupt Input | | 10 | I2C_INT_B | | | | +---------+------------+------------+---------+------------------------------+ .. include:: index.rst