Przeglądaj źródła

Fix debugging line

master
Dejvino 1 rok temu
rodzic
commit
132552ab87
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      terminal_keyboard_emulator.ino

+ 0
- 1
terminal_keyboard_emulator.ino Wyświetl plik

@@ -63,7 +63,6 @@ void onHostStatusChange() {
long timeNow = millis();
long changeDiff = timeNow - lastChange;
lastChange = timeNow;
digitalWrite(pinData, digitalRead(pinStatus));
if (changeDiff >= 10 && nextKeyReady) {
nextKeyReady = false;
Serial.println("Status change with key");


Ładowanie…
Anuluj
Zapisz