Official Sheffield ARMBand micro:bit program

Revision:
0:b9164b348919
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/microbit/microbit-dal/module.json	Mon Oct 17 12:41:20 2016 +0000
@@ -0,0 +1,29 @@
+{
+  "name": "microbit-dal",
+  "version": "2.0.0-rc4",
+  "license": "MIT",
+  "description": "The runtime library for the BBC micro:bit, developed by Lancaster University",
+  "keywords": [
+    "mbed-classic",
+    "microbit",
+    "runtime",
+    "library",
+    "lancaster",
+    "University"
+  ],
+  "author": "Joe Finney <j.finney@lancaster.ac.uk (mailto:j.finney@lancaster.ac.uk) >",
+  "homepage": "https://github.com/lancaster-university/microbit-dal/",
+  "dependencies": {
+    "mbed-classic": "lancaster-university/mbed-classic#microbit_hfclk+mb5",
+    "ble": "lancaster-university/BLE_API#v2.5.0+mb3",
+    "ble-nrf51822": "lancaster-university/nrf51822#v2.5.0+mb6",
+    "nrf51-sdk": "lancaster-university/nrf51-sdk#v2.2.0+mb4"
+  },
+  "extraIncludes": [
+    "inc/core",
+    "inc/types",
+    "inc/drivers",
+    "inc/bluetooth",
+    "inc/platform"
+  ]
+}
\ No newline at end of file