Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 6:6cbd0f7f7335, committed 2018-04-30
- 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);