mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-21 08:35:05 -05:00
Update SimpleAtariExample_keyboard.ino
This commit is contained in:
parent
95a96afcb3
commit
18b104b26a
@ -16,7 +16,7 @@
|
|||||||
// 9-pin D-connector pin 8 to GND
|
// 9-pin D-connector pin 8 to GND
|
||||||
|
|
||||||
|
|
||||||
// We keep record how everything was last time, so we can compare if anything have changed.
|
// We keep record how everything was last time, so we can compare if anything have changed. (1 = off, 0 = on)
|
||||||
byte lastUP = 1;
|
byte lastUP = 1;
|
||||||
byte lastDOWN = 1;
|
byte lastDOWN = 1;
|
||||||
byte lastLEFT = 1;
|
byte lastLEFT = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user