Example for BBC Micro:bit

Dependencies:   Blynk microbit

Fork of microbit-samples by BBC

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