diff --git a/Tutorial/SimpleAtariExample_keyboard.ino b/Tutorial/SimpleAtariExample_keyboard.ino index 7fd462d..edaa07b 100644 --- a/Tutorial/SimpleAtariExample_keyboard.ino +++ b/Tutorial/SimpleAtariExample_keyboard.ino @@ -16,7 +16,7 @@ // 9-pin D-connector pin 8 to GND -// We keep record how everything was last time, so we can compare if anything have changed. +// We keep record how everything was last time, so we can compare if anything have changed. (1 = off, 0 = on) byte lastUP = 1; byte lastDOWN = 1; byte lastLEFT = 1;