A program for the BBC MicroBit that displays temperature and compass headings.

Dependencies:   microbit

Committer:
daw9000
Date:
Sun Aug 14 12:02:24 2016 +0000
Revision:
6:68e29cbd2696
Parent:
0:1072edc2281c
#2

Who changed what in which revision?

UserRevisionLine numberNew 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 }