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:
- 18:8256546a3cbf
- Parent:
- 15:8fbbdefbe720
- Child:
- 30:91038c2afec7
--- a/main.cpp Sun Mar 31 18:10:18 2019 +0000
+++ b/main.cpp Sun Mar 31 22:05:54 2019 +0000
@@ -11,11 +11,9 @@
#include "mbed.h"
#include "Game.h"
-Serial pc(USBTX, USBRX); // tx, rx
-
int main()
{
- pc.printf("Hello World!\n");
Game game;
+ game.homeScreen();
game.run();
}