0 votes
by (140 points)
What does I2C do?

1 Answer

0 votes
by (2.9k points)
I2C is a serial communication protocol, so data is transferred bit by bit along a single wire (the SDA line). Like SPI, I2C is synchronous, so the output of bits is synchronized to the sampling of bits by a clock signal shared between the master and the slave.

Related questions

0 votes
1 answer
asked Jul 2, 2021 by i2c (140 points)
0 votes
1 answer
0 votes
1 answer
asked Aug 14, 2021 by better (1.3k points)
0 votes
1 answer
asked Aug 5, 2021 by faster (680 points)
0 votes
1 answer
0 votes
1 answer
asked Apr 30, 2021 by comparesmbus (120 points)
0 votes
1 answer
...