We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 507d2a0 + 5a1bd3f commit eb709faCopy full SHA for eb709fa
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