From bcc3c0cd449a7866e8061e1b0fe1f2a69bb69e22 Mon Sep 17 00:00:00 2001 From: mcgurk Date: Tue, 6 Sep 2016 09:14:55 +0300 Subject: [PATCH] Update SimpleAtariExample_keyboard.ino --- Tutorial/SimpleAtariExample_keyboard.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/Tutorial/SimpleAtariExample_keyboard.ino b/Tutorial/SimpleAtariExample_keyboard.ino index fe1a3b9..7fd462d 100644 --- a/Tutorial/SimpleAtariExample_keyboard.ino +++ b/Tutorial/SimpleAtariExample_keyboard.ino @@ -4,6 +4,7 @@ */ #include ; +// List of special keys: https://www.arduino.cc/en/Reference/KeyboardModifiers // Here we define Arduino pins we use. Along with these we have to connect joystick ground to Arduino GND. // Because of Arduino internal pullup resistor off state is 1. Moving joystick switches corresponding pin to ground and then it is 0.