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

master
James Devine 7 years ago
parent 714cdc2d64
commit 9834132da7

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

Loading…
Cancel
Save