diff --git a/tut-i2c.md b/tut-i2c.md index 8b13789..005f789 100644 --- a/tut-i2c.md +++ b/tut-i2c.md @@ -1 +1 @@ - +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.