Explorar el Código

Fix debugging line

master
Dejvino hace 1 año
padre
commit
132552ab87
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      terminal_keyboard_emulator.ino

+ 0
- 1
terminal_keyboard_emulator.ino Ver fichero

@@ -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");


Cargando…
Cancelar
Guardar