Skip to content

Commit

Permalink
Merge pull request #61 from THE-Spellchecker/main
Browse files Browse the repository at this point in the history
Corrected Comment in AnalogInput.ino
  • Loading branch information
per1234 authored Dec 27, 2022
2 parents 507d2a0 + 5a1bd3f commit eb709fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/03.Analog/AnalogInput/AnalogInput.ino
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ void loop() {
delay(sensorValue);
// turn the ledPin off:
digitalWrite(ledPin, LOW);
// stop the program for for <sensorValue> milliseconds:
// stop the program for <sensorValue> milliseconds:
delay(sensorValue);
}

0 comments on commit eb709fa

Please sign in to comment.