David Wright / microbit-rtc_ds3231

Dependencies:   ds3231 microbit

Committer:
daw9000
Date:
Sun Aug 14 10:31:41 2016 +0000
Revision:
9:bdd9f7843282
Parent:
0:1072edc2281c
v1;

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 }