InterviewSolution
Saved Bookmarks
| 1. |
What does the analogRead() function do physically when invoked in a code?(a) It accepts a digital Input(b) Reads the raw voltage value(c) Activates the ADC Circuit to read voltage values(d) Activates the DAC Circuit to read voltage valuesThis question was posed to me in a job interview.Origin of the question is Board Pinout Structure in section Board Specifications and Types of Arduino |
|
Answer» Correct option is (c) Activates the ADC Circuit to read voltage values |
|