Samples of how to use the micro:bit DAL with mbed. This is a hg clone of the real git repo that can be found here: https://github.com/lancaster-university/microbit-samples

Dependencies:   microbit

Fork of microbit-samples by Lancaster University

Revision:
2:5b2cd31ac474
Parent:
1:2ee7e607faaa
--- a/source/main.cpp	Fri Apr 08 16:53:05 2016 +0100
+++ b/source/main.cpp	Fri Apr 08 16:59:43 2016 +0100
@@ -24,6 +24,9 @@
 */
 
 #include "MicroBit.h"
+#include "MicroBitSamples.h"
+
+#ifdef MICROBIT_SAMPLE_HELLO_WORLD
 
 MicroBit uBit;
 
@@ -40,3 +43,5 @@
     // sit in the idle task forever, in a power efficient sleep.
     release_fiber();
 }
+
+#endif
\ No newline at end of file