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
1 changed files with 2 additions and 0 deletions

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.