We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a98c543 + 42f8e54 commit 006f630Copy full SHA for 006f630
examples/Knob/Knob.ino
@@ -11,7 +11,7 @@
11
12
Servo myservo; // create servo object to control a servo
13
14
-int potpin = 0; // analog pin used to connect the potentiometer
+int potpin = A0; // analog pin used to connect the potentiometer
15
int val; // variable to read the value from the analog pin
16
17
void setup() {
0 commit comments