Update SimpleAtariExample_keyboard.ino

This commit is contained in:
mcgurk 2016-09-06 10:09:59 +03:00 committed by GitHub
parent 95a96afcb3
commit 18b104b26a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
// 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 lastDOWN = 1;
byte lastLEFT = 1;