asas

Dependencies:   microbit

Files at this revision

API Documentation at this revision

Comitter:
henkbaams
Date:
Thu Dec 06 20:03:59 2018 +0000
Commit message:
sdads

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
microbit.lib Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 14536325e6d1 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Dec 06 20:03:59 2018 +0000
@@ -0,0 +1,12 @@
+#include "MicroBit.h"
+
+MicroBit        uBit;
+
+int main()
+{
+    uBit.init();
+
+    uBit.display.scroll("HELLO WORLD!");
+
+    release_fiber();
+}
\ No newline at end of file
diff -r 000000000000 -r 14536325e6d1 microbit.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/microbit.lib	Thu Dec 06 20:03:59 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/teams/Lancaster-University/code/microbit/#4b89e7e3494f