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:
1:2ee7e607faaa
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json	Fri Apr 08 16:53:05 2016 +0100
@@ -0,0 +1,11 @@
+{
+  "name": "microbit-samples",
+  "version": "0.0.1",
+  "description": "The micro:bit runtime common abstraction with examples.",
+  "license": "MIT",
+  "dependencies": {
+    "microbit": "lancaster-university/microbit#master"
+  },
+  "targetDependencies": {},
+  "bin": "./source"
+}