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:
3:a83c8b471f07
Parent:
2:5b2cd31ac474
--- a/source/MicroBitSamples.h	Fri Apr 08 16:59:43 2016 +0100
+++ b/source/MicroBitSamples.h	Fri Apr 08 16:59:45 2016 +0100
@@ -38,11 +38,11 @@
 // Introductory examples using the uBit object.
 //
 
-//#define     MICROBIT_SAMPLE_HELLO_WORLD
+#define     MICROBIT_SAMPLE_HELLO_WORLD
 //#define     MICROBIT_SAMPLE_ACCELEROMETER_DEMO
 //#define     MICROBIT_SAMPLE_BUTTON_EVENTS
 //#define     MICROBIT_SAMPLE_SIMPLE_ANIMATION
-#define     MICROBIT_SAMPLE_GREYSCALE
+//#define     MICROBIT_SAMPLE_GREYSCALE
 //#define     MICROBIT_SAMPLE_LOGIC_GATES
 //#define     MICROBIT_SAMPLE_SNAKE