1
0
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:
mcgurk 2016-09-06 09:11:24 +03:00 committed by GitHub
parent df13cb97c0
commit 96f5fce58d

View File

@ -37,6 +37,8 @@ void setup() {
pinMode(RIGHT, INPUT_PULLUP);
pinMode(BUTTON, INPUT_PULLUP);
Keyboard.begin();
}
// We use this flag to indicate if anything changes.