1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-11-22 00:52:22 -05:00

Update SimpleAtariExample_keyboard.ino

This commit is contained in:
mcgurk 2016-09-06 09:14:55 +03:00 committed by GitHub
parent 28cbf3365b
commit bcc3c0cd44

View File

@ -4,6 +4,7 @@
*/
#include <Keyboard.h>;
// 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.