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
Diff: main.cpp
- 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);