Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 4923

how does I2C program work?

$
0
0
I don't understand how does I2C program work I2C is a serial communication protocol. it is basically two-wire communication protocol.It uses only two wire for the communication. In which one wire is used for the data (SDA) and other wire is used for the clock (SCL).
for example- if microcontroller wants to send information to RTC or microcontroller wants to receive information from RTC than I2C protocol will use to transfer or receive data
Here Is program
Code (Text):
  1.        
  2. /* Ports Used for...
how does I2C program work?

Viewing all articles
Browse latest Browse all 4923

Trending Articles