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)は無効にしています。

Revision:
3:a83c8b471f07
Parent:
2:5b2cd31ac474
Child:
8:781a3570993b
--- 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