1.

The pins SS, SCK, MOSI and MISO on the Arduino belong to the ___ bus.(a) I2C(b) SPI(c) GPIO(d) EthernetThis question was addressed to me in an interview.This intriguing question originated from Board Pinout Structure topic in portion Board Specifications and Types of Arduino

Answer»

The CORRECT answer is (b) SPI

The BEST explanation: The PINS SS (SELECT Slave), SCK (Serial Clock), MOSI (Master Output Slave Input), and MISO (Master Input Slave Output) belong to the SPI (Serial Peripheral Interface) Bus which is used as a form of wired communication between two or more microcontrollers.



Discussion

No Comment Found

Related InterviewSolutions