mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2025-02-07 02:30:15 -05:00
Update SimpleAtariExample.ino
This commit is contained in:
parent
5d4cfdb0d3
commit
58f0dedb4d
@ -83,7 +83,7 @@ void loop()
|
|||||||
flag = 1;
|
flag = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If anythings changed, send new state.
|
// If anythings changed, build and send new state.
|
||||||
if (flag) {
|
if (flag) {
|
||||||
|
|
||||||
// Clear directions and buttons before start building new state.
|
// Clear directions and buttons before start building new state.
|
||||||
|
Loading…
Reference in New Issue
Block a user