add iBeacon functionality

Dependencies:   microbit-dal-iBeacon

Dependents:   BluetoothWorldBeaconsClass BTW_ComboBeacon_Solution BluetoothWorld2018BeaconsClass

Fork of microbit by Ken Ogami

module.json

Committer:
bluetooth_kyo
Date:
2017-10-16
Revision:
26:6f2b21c247f3
Parent:
11:b5c6d46127ad

File content as of revision 26:6f2b21c247f3:

{
  "name": "microbit",
  "version": "2.0.0-rc4",
  "description": "A simple to use collection of the most commonly used components in the micro:bit runtime",
  "license": "MIT",
  "dependencies": {
    "microbit-dal": "lancaster-university/microbit-dal"
  },
  "extraIncludes": [
    "inc"
  ],
  "targetDependencies": {}
}