Przeglądaj źródła

Alternating 033

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

+ 1
- 1
terminal_keyboard_emulator.ino Wyświetl plik

@@ -34,7 +34,7 @@ void statusCycle() {
if (changeDiff >= 10) {
lastStart = timeNow;

dataWord = ('1' + x);
dataWord = ('1' + x) << 3;
dataState = 10;
dataDelay = 1;
x = (x + 1) % 3;


Ładowanie…
Anuluj
Zapisz