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.