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: PokittoLib
Fork of HelloWorld by
Diff: main.cpp
- Revision:
- 5:c4a0391b43ac
- Parent:
- 0:2d2a3994d55d
- Child:
- 6:7e55f4fd3e4e
diff -r 7bd192389df1 -r c4a0391b43ac main.cpp
--- a/main.cpp Thu Oct 12 10:35:02 2017 +0000
+++ b/main.cpp Thu Oct 12 10:43:29 2017 +0000
@@ -6,7 +6,7 @@
mygame.begin();
while (mygame.isRunning()) {
if (mygame.update()) {
- mygame.display.print("I feel good!!");
+ mygame.display.print("Hello World!");
}
}
