1.

On which of the following Arduino Boards does the analogReadResolution() function not work?(a) Arduino Zero(b) Arduino MKR Vidor 4000(c) Arduino Due(d) Arduino UnoI got this question during an online exam.This interesting question is from Analog Input Output in section Arduino Programming of Arduino

Answer»

Correct answer is (d) Arduino Uno

The explanation: The ANALOGREADRESOLUTION() function is used to change the resolution of the ADC for READING a particular voltage and mapping it to the number set. The resolution of the ADC is the number of levels up to which the ADC can quantize the analog SIGNAL. The Arduino Uno is not CAPABLE of executing that COMMAND.



Discussion

No Comment Found

Related InterviewSolutions