We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fd284 commit 27c4cbdCopy full SHA for 27c4cbd
Language/Functions/Analog IO/analogWrite.adoc
@@ -83,7 +83,7 @@ Sets the output to the LED proportional to the value read from the potentiometer
83
[source,arduino]
84
----
85
int ledPin = 9; // LED connected to digital pin 9
86
-int analogPin = 3; // potentiometer connected to analog pin 3
+int analogPin = A3; // potentiometer connected to analog pin 3
87
int val = 0; // variable to store the read value
88
89
void setup() {
0 commit comments