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

module.json

Committer:
va009039
Date:
2016-05-08
Revision:
8:781a3570993b
Parent:
1:2ee7e607faaa

File content as of revision 8:781a3570993b:

{
  "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"
}