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:
parent
28cbf3365b
commit
bcc3c0cd44
@ -4,6 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <Keyboard.h>;
|
#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.
|
// 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.
|
// Because of Arduino internal pullup resistor off state is 1. Moving joystick switches corresponding pin to ground and then it is 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user