1.

What are the functions of the SDA and SCL pins of the Arduino UNO?(a) They facilitate I2C communications(b) They facilitate SPI Communications(c) They facilitate USB Communications(d) They facilitate Ethernet CommunicationsI got this question during an interview.This intriguing question originated from Board Pinout Structure topic in section Board Specifications and Types of Arduino

Answer»

The correct choice is (a) They facilitate I2C communications

Best explanation: The SDA and the SCL pins on the Arduino UNO are used for COMMUNICATING through the I2C protocol. They are supported by the WIRE Library in the Arduino IDE which supports the 7-bit ADDRESSING MODE.



Discussion

No Comment Found

Related InterviewSolutions