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:
- 26:3652bc2fe3fc
- Parent:
- 24:7770c7f27cdc
--- a/main.cpp Thu May 09 13:43:23 2019 +0000 +++ b/main.cpp Thu May 09 14:40:58 2019 +0000 @@ -32,8 +32,6 @@ init(); // initialises all initial variables startScreen(); // displays start screen until start pressed - //game.UI(lcd, pad); - //render(); wait(1.0f/fps); // sets wait between next frame // game loop // @@ -51,6 +49,7 @@ } } } + // initialises gamepad and lcd // void init() {