Browse Source

More reliable typing: tuned timer delay

master
Dejvino 1 year ago
parent
commit
42c2cb60df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      terminal_keyboard_emulator.ino

+ 1
- 1
terminal_keyboard_emulator.ino View File

@@ -13,7 +13,7 @@ const int outPin = 4; // out, kbd led

// constant config
const int slaveClockDivider = 8;
const int timerDelay = 530 / slaveClockDivider;
const int timerDelay = 520 / slaveClockDivider;

// variables
volatile int slaveClockStep = 0;


Loading…
Cancel
Save