From 18b104b26adadbbd9406db5b28f049a4ec317889 Mon Sep 17 00:00:00 2001 From: mcgurk Date: Tue, 6 Sep 2016 10:09:59 +0300 Subject: [PATCH] Update SimpleAtariExample_keyboard.ino --- Tutorial/SimpleAtariExample_keyboard.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;