Update readme
[hdmi-switcher.git] / main.c
diff --git a/main.c b/main.c
index d33d815..0e1bb50 100644 (file)
--- a/main.c
+++ b/main.c
@@ -13,7 +13,7 @@ int main (void)
   while(1)
   {
     if (digitalRead(7) == LOW) //Low is pressed
-      printf("Nice meme.\n");
+      printf("Yay!\n");
 
       while(digitalRead(7) == LOW) //This just  causes the loop to wait til the button is released
           delay(10);