mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2025-01-30 23:00:14 -05:00
Update SimpleAtariExample_keyboard.ino
This commit is contained in:
parent
df13cb97c0
commit
96f5fce58d
@ -37,6 +37,8 @@ void setup() {
|
|||||||
pinMode(RIGHT, INPUT_PULLUP);
|
pinMode(RIGHT, INPUT_PULLUP);
|
||||||
pinMode(BUTTON, INPUT_PULLUP);
|
pinMode(BUTTON, INPUT_PULLUP);
|
||||||
|
|
||||||
|
Keyboard.begin();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// We use this flag to indicate if anything changes.
|
// We use this flag to indicate if anything changes.
|
||||||
|
Loading…
Reference in New Issue
Block a user