A program for the BBC MicroBit that displays temperature and compass headings.
module.json@2:2f72859d7247, 2016-07-25 (annotated)
- Committer:
- daw9000
- Date:
- Mon Jul 25 10:35:51 2016 +0000
- Revision:
- 2:2f72859d7247
- Parent:
- 0:1072edc2281c
Version 1.0.0
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
daw9000 | 0:1072edc2281c | 1 | { |
daw9000 | 0:1072edc2281c | 2 | "name": "microbit-samples", |
daw9000 | 0:1072edc2281c | 3 | "version": "0.0.1", |
daw9000 | 0:1072edc2281c | 4 | "description": "The micro:bit runtime common abstraction with examples.", |
daw9000 | 0:1072edc2281c | 5 | "license": "MIT", |
daw9000 | 0:1072edc2281c | 6 | "dependencies": { |
daw9000 | 0:1072edc2281c | 7 | "microbit": "lancaster-university/microbit#master" |
daw9000 | 0:1072edc2281c | 8 | }, |
daw9000 | 0:1072edc2281c | 9 | "targetDependencies": {}, |
daw9000 | 0:1072edc2281c | 10 | "bin": "./source" |
daw9000 | 0:1072edc2281c | 11 | } |