1.

What is the use of the analogReference() function?(a) To change the digital signal reference value(b) To change the analog signal reference value(c) To print the analog signal reference voltage(d) To print the digital signal reference voltageThe question was asked in my homework.This is a very interesting question from Analog Input Output topic in portion Arduino Programming of Arduino

Answer»

The correct answer is (b) To change the analog signal reference value

The explanation: The ANALOGREFERENCE() function changes the value of the internal reference voltage for all analog CALCULATIONS in the Arduino Board. For the function to work properly we need to supply the desired voltage LEVEL to the AREF pin on the Arduino Board physically before invoking the function. However, any voltage GREATER than 5V is not recommended since it can DAMAGE the board.



Discussion

No Comment Found

Related InterviewSolutions