Core51822 module helloworld. BLE disable version.

Dependencies:   microbit_ble_disable

Fork of microbit-samples by BBC

Core51822モジュールでmicro:bitのDAL(Device Abstraction Layer)を使います。

注意

BLE(Bluetooth Low Energy)は無効にしています。

Files at this revision

API Documentation at this revision

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