We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1abc30 + 7f75d46 commit 00b6086Copy full SHA for 00b6086
examples/06.Sensors/Knock/Knock.ino
@@ -49,6 +49,6 @@ void loop() {
49
digitalWrite(ledPin, ledState);
50
// send the string "Knock!" back to the computer, followed by newline
51
Serial.println("Knock!");
52
+ delay(100); // delay to avoid overloading the serial port buffer
53
}
- delay(100); // delay to avoid overloading the serial port buffer
54
0 commit comments