ELEC2645 (2018/19) / Mbed 2 deprecated el17m2h_public

Dependencies:   mbed

Revision:
22:0d2ac98a8b48
Parent:
21:6b16ca9834e6
Child:
23:9be87557b89a
--- a/main.cpp	Wed May 01 16:40:35 2019 +0000
+++ b/main.cpp	Mon May 06 11:21:39 2019 +0000
@@ -1,14 +1,3 @@
-/*
-ELEC2645 Embedded Systems Project
-School of Electronic & Electrical Engineering
-University of Leeds
-Name: Melissa Hartmann
-Username: el17m2h
-Student ID Number: 201176603
-Date: 11/04/2019
-*/
-
-
 #include "mbed.h" 
 #include "Gamepad.h" 
 #include "N5110.h" 
@@ -81,7 +70,6 @@
     lcd.printString(" Doodle Jump! ",0,1);  
     lcd.printString("  Press Start ",0,4);
     lcd.refresh();
-    
     while ( pad.check_event(Gamepad::START_PRESSED) == false) {
         pad.leds_on();
         wait(0.1);