Ahmed Hedait / Mbed 2 deprecated el16ah

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
ahmedhedait
Date:
Mon Apr 30 03:52:58 2018 +0000
Parent:
5:713ff302791f
Child:
7:c5c735f76d8a
Commit message:
Whenever the ball goes out through the hole, a display of EndGame is being displayed in the center of the screen.;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Apr 30 03:40:33 2018 +0000
+++ b/main.cpp	Mon Apr 30 03:52:58 2018 +0000
@@ -80,12 +80,9 @@
             circx = 61;
         }
 
-        /*if (circx > 63) {
-            printf("fuckingahmed");
-        } */
-
-
-
+        if (circx > 63 & circy == 41) {
+            lcd.printString("  EndGame ",3,2);
+        }
 
 
         wait(1/10);