elementary serial print using the external IO breakout board and PL2303

Dependencies:   microbit

Revision:
3:293ded9e6c1d
Parent:
2:b3fbc276081a
Child:
4:c0f36c59d853
--- a/main.cpp	Sat Oct 19 00:55:16 2019 +0000
+++ b/main.cpp	Sat Oct 19 15:40:39 2019 +1100
@@ -37,7 +37,7 @@
     pc.printf("Hello World on a Friday\n\r");
     pc.printf("Hello World on a %d Friday\n\r", x );
     pc.printf("Hello World on a %c Friday\n\r", '%' );
-    // Insert your code here!
+
     }
     uBit.display.scroll("HELLO WORLD! 1:)");