I2C Tutorial

In this tutorial, you will learn all about the I2C communication protocol, why you would want to use it, and how it’s implemented.

The Inter-integrated Circuit (I2C) Protocol is a protocol intended to allow multiple “slave” digital integrated circuits (“chips”) to communicate with one or more “master” chips. Like the Serial Peripheral Interface (SPI), it is only intended for short distance communications within a single device. Like Asynchronous Serial Interfaces (such as RS-232 or UARTs), it only requires two signal wires to exchange information.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.