Skip to Content

1.10 Lesson 5 Assignment: INPUT Analog

Rating
0 0

There are no comments for now.

1. Analog Input means Arduino reads:
3. The middle pin of the Potentiometer is connected to:
4. What happens to the value when we turn the Potentiometer?
5. Which pin do we use to read the Potentiometer value?
6. The command used to read the Potentiometer value is:
8. A student connected the Potentiometer signal pin to A0, but the code reads A1. What will happen?
10. In the code, if Pot Value > 500 but the LED is set to LOW, what will happen?