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
Fork of el17dg by
Diff: game/gameovermanager.h
- Revision:
- 38:ef3968546d36
- Parent:
- 37:6a2bf4488022
--- a/game/gameovermanager.h Mon May 06 22:35:51 2019 +0000 +++ b/game/gameovermanager.h Tue May 07 10:40:26 2019 +0000 @@ -134,6 +134,7 @@ lcd.printString(buffer,0,3); lcd.printString("Press Y",0,4); lcd.printString("to restart",0,5); + gamepad.check_event(gamepad.START_PRESSED); } bool started;