microbit-samples: updated main.cpp to scroll "HELLO WORLD! :)"

This commit is contained in:
James Devine 2016-04-06 16:24:25 +01:00
parent 714cdc2d64
commit 9834132da7
1 changed files with 1 additions and 1 deletions

View File

@ -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