ELEC2645 (2017/18) / Mbed 2 deprecated el17yw

Dependencies:   mbed

Revision:
7:1964f649676e
Parent:
6:46d0caedf217
Child:
8:4a5e96ed2347
--- a/main.cpp	Tue Apr 17 20:53:43 2018 +0000
+++ b/main.cpp	Tue Apr 17 23:03:03 2018 +0000
@@ -45,7 +45,7 @@
     
 void init()
 {
-    // need to initialise LCD and Gamepad 
+    //initialise LCD and Gamepad 
     lcd.init();
     pad.init();
      
@@ -57,7 +57,7 @@
     lcd.printString("  Press Start ",0,4);
     lcd.refresh();
      
-    // wait flashing LEDs until start button is pressed 
+    //LEDs keep flashing until start button is pressed 
     while ( pad.check_event(Gamepad::START_PRESSED) == false) {
         pad.leds_on();
         wait(0.1);