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
Revision 3:a83c8b471f07, committed 2016-04-08
- Comitter:
- LancasterUniversity
- Date:
- Fri Apr 08 16:59:45 2016 +0100
- Parent:
- 2:5b2cd31ac474
- Child:
- 4:da6c58e2d5fa
- Commit message:
- Synchronized with git rev 73f82275
Author: Joe Finney
microbit-samples: Update to make HelloWorld the default sample
Changed in this revision
source/MicroBitSamples.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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