Solution for Bluetooth SIG hands-on training course

Dependencies:   microbit-dal

Dependents:   microbit-animator microbit-animator-starter BluetoothAsiaPeripheral BluetoothAsia2018Peripheral

Fork of microbit-bluetooth-mdw_starter by Martin Woolley

module.json

Committer:
bluetooth_mdw
Date:
2017-03-24
Revision:
27:5b6013cbf5f9
Parent:
11:b5c6d46127ad

File content as of revision 27:5b6013cbf5f9:

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