Update Matrix_Decoder_LC.ino

This commit is contained in:
Frank Adams 2018-11-19 11:03:22 -08:00 committed by GitHub
parent f6f33b6f67
commit b61d6106dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -310,7 +310,7 @@ void setup() {
for (int k = 0; k < max_pin; k++) { // loop thru all connector pins
go_z(con_pin[k]); // set each pin as an input with a pullup
}
delay(15000); // Wait for the host to connect to the Teensy as a keyboard. If 2 pibs are shorted
delay(15000); // Wait for the host to connect to the Teensy as a keyboard. If 2 pins are shorted
// you want the host to be ready to receive the pin numbers.
}
//