Samples of how to use the micro:bit DAL with mbed. This is a hg clone of the real git repo that can be found here: https://github.com/lancaster-university/microbit-samples

Dependencies:   microbit

Fork of microbit-samples by Lancaster University

module.json

Committer:
LancasterUniversity
Date:
2016-04-08
Revision:
1:2ee7e607faaa

File content as of revision 1:2ee7e607faaa:

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