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.
Dependencies: mbed
Revision 12:d16d154af362, committed 2020-06-05
- Comitter:
- el18lg
- Date:
- Fri Jun 05 21:21:49 2020 +0000
- Parent:
- 11:c77c90ed0ad8
- Commit message:
- Final Submission. I have read and agreed with Statement of Academic Integrity; Lee Geer
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Jun 05 12:51:30 2020 +0000 +++ b/main.cpp Fri Jun 05 21:21:49 2020 +0000 @@ -33,7 +33,7 @@ // function int main() { - #ifdef WITH_TESTING +#ifdef WITH_TESTING //int number_of_failures = run_all_tests(); //if(number_of_failures > 0) return number_of_failures; @@ -87,7 +87,7 @@ void welcome() { lcd.printString("----SNAKE---O",0,1); - lcd.printString(" PRESS START ",0,4); // instruction to the user + lcd.printString(" HOLD START ",0,4); // instruction to the user lcd.refresh(); // wait flashing LEDs until start button is pressed