From 9834132da70a28a8dba144247de90fd96d40f4cb Mon Sep 17 00:00:00 2001 From: James Devine Date: Wed, 6 Apr 2016 16:24:25 +0100 Subject: [PATCH] microbit-samples: updated main.cpp to scroll "HELLO WORLD! :)" --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 8bae60f..29f0c26 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -8,7 +8,7 @@ int main() uBit.init(); // Insert your code here! - uBit.display.scroll("BELLO! :)"); + uBit.display.scroll("HELLO WORLD! :)"); // 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