Skip to content

Commit 5a1bd3f

Browse files
Corrected Comment in AnalogInput.ino
1 parent 507d2a0 commit 5a1bd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/03.Analog/AnalogInput/AnalogInput.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ void loop() {
4545
delay(sensorValue);
4646
// turn the ledPin off:
4747
digitalWrite(ledPin, LOW);
48-
// stop the program for for <sensorValue> milliseconds:
48+
// stop the program for <sensorValue> milliseconds:
4949
delay(sensorValue);
5050
}

0 commit comments

Comments
 (0)