From 528b3f9406baf8d2b0ec93e4d61e28c25e491b95 Mon Sep 17 00:00:00 2001 From: mcgurk Date: Tue, 6 Sep 2016 08:54:21 +0300 Subject: [PATCH] Update SimpleAtariExample.ino --- Tutorial/SimpleAtariExample.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorial/SimpleAtariExample.ino b/Tutorial/SimpleAtariExample.ino index 9ff7883..845c0d2 100644 --- a/Tutorial/SimpleAtariExample.ino +++ b/Tutorial/SimpleAtariExample.ino @@ -56,7 +56,7 @@ void loop() newBUTTON = digitalRead(BUTTON); - // Check if anything changed. This way we don't have to send anything to USB, if nothing changes. + // Check if anything changed. This way we don't have to send anything to USB if nothing changes. if (newUP != lastUP) { lastUP = newUP;