1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2025-01-30 14:50:16 -05:00

Update SimpleAtariExample.ino

This commit is contained in:
mcgurk 2016-09-06 08:53:54 +03:00 committed by GitHub
parent 5d4cfdb0d3
commit 58f0dedb4d

View File

@ -83,7 +83,7 @@ void loop()
flag = 1;
}
// If anythings changed, send new state.
// If anythings changed, build and send new state.
if (flag) {
// Clear directions and buttons before start building new state.