We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507d2a0 commit 5a1bd3fCopy full SHA for 5a1bd3f
examples/03.Analog/AnalogInput/AnalogInput.ino
@@ -45,6 +45,6 @@ void loop() {
45
delay(sensorValue);
46
// turn the ledPin off:
47
digitalWrite(ledPin, LOW);
48
- // stop the program for for <sensorValue> milliseconds:
+ // stop the program for <sensorValue> milliseconds:
49
50
}
0 commit comments