ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el18lg

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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