1.10 Lesson 5 Assignment: INPUT Analog
Rating
0
0
There are no comments for now.
1.
Analog Input means Arduino reads:
2.
The Potentiometer helps us to:
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:
7.
The Potentiometer can give Arduino:
8.
A student connected the Potentiometer signal pin to A0, but the code reads A1. What will happen?
9.
Why do we use a variable like Pot Value in the code?
10.
In the code, if Pot Value > 500 but the LED is set to LOW, what will happen?