Add files via upload

This commit is contained in:
AK-Homberger
2019-09-07 10:12:35 +02:00
committed by GitHub
parent e0b5cd89fd
commit ab1cb54bcc

View File

@@ -53,7 +53,6 @@ void loop() {
Serial.println();
for (i = 0; i < Keys; i++) {
Serial.print("Sending Key: ");
Serial.print(i + 1);
Serial.print(", Value: ");
@@ -66,6 +65,7 @@ void loop() {
delay(100);
}
Serial.println();
while (Serial.available()) Serial.read();
}
Serial.println("Press 'Send' to start programming or press a key on remote to see the value.");