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.
Revision 4:c0f36c59d853, committed 2019-10-19
- Comitter:
- matrixmike
- Date:
- Sat Oct 19 07:20:10 2019 +0000
- Parent:
- 3:293ded9e6c1d
- Child:
- 5:71c91969b507
- Commit message:
- trivial to chase commit sequence
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Oct 19 15:40:39 2019 +1100
+++ b/main.cpp Sat Oct 19 07:20:10 2019 +0000
@@ -31,6 +31,7 @@
int main()
{
+ Serial pc(USBTX, USBRX);
// Initialise the micro:bit runtime.
uBit.init();
for ( int x = 2; x < 14; x++) {
@@ -39,7 +40,7 @@
pc.printf("Hello World on a %c Friday\n\r", '%' );
}
- uBit.display.scroll("HELLO WORLD! 1:)");
+ uBit.display.scroll("HELLO WORLD! 2:)");
// If main exits, there may still be other fibers running or registered event handlers etc.
// Simply release this fiber, which will mean we enter the scheduler. Worse case, we then