Add files via upload
This commit is contained in:
@@ -53,7 +53,6 @@ void loop() {
|
|||||||
Serial.println();
|
Serial.println();
|
||||||
|
|
||||||
for (i = 0; i < Keys; i++) {
|
for (i = 0; i < Keys; i++) {
|
||||||
|
|
||||||
Serial.print("Sending Key: ");
|
Serial.print("Sending Key: ");
|
||||||
Serial.print(i + 1);
|
Serial.print(i + 1);
|
||||||
Serial.print(", Value: ");
|
Serial.print(", Value: ");
|
||||||
@@ -66,6 +65,7 @@ void loop() {
|
|||||||
delay(100);
|
delay(100);
|
||||||
}
|
}
|
||||||
Serial.println();
|
Serial.println();
|
||||||
|
|
||||||
while (Serial.available()) Serial.read();
|
while (Serial.available()) Serial.read();
|
||||||
}
|
}
|
||||||
Serial.println("Press 'Send' to start programming or press a key on remote to see the value.");
|
Serial.println("Press 'Send' to start programming or press a key on remote to see the value.");
|
||||||
|
|||||||
Reference in New Issue
Block a user