From 8179e38e411e7abbae088a9e1aaf0363ece54137 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 29 Mar 2016 13:39:30 -0700 Subject: [PATCH 1/6] Bump kindscript to 0.1.118 --- package.json | 66 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/package.json b/package.json index a442a2e9..2cabc664 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,35 @@ { - "name": "kindscript-microbit", - "version": "0.0.11", - "description": "BBC micro:bit target for KindScript", - "keywords": [ - "JavaScript", - "education", - "microbit" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/Microsoft/kindscript-microbit.git" - }, - "author": "", - "license": "MIT", - "homepage": "https://github.com/Microsoft/kindscript-microbit#readme", - "files": [ - "README.md", - "kindtarget.json", - "kindtheme.json", - "built/*.js", - "built/*.json", - "built/*.d.ts", - "sim/public", - "docs/*.md", - "docs/*/*.md", - "docs/*/*/*.md" - ], - "devDependencies": { - "typescript": "^1.8.7" - }, - "dependencies": { - "kindscript": "0.1.117" - } + "name": "kindscript-microbit", + "version": "0.0.11", + "description": "BBC micro:bit target for KindScript", + "keywords": [ + "JavaScript", + "education", + "microbit" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/Microsoft/kindscript-microbit.git" + }, + "author": "", + "license": "MIT", + "homepage": "https://github.com/Microsoft/kindscript-microbit#readme", + "files": [ + "README.md", + "kindtarget.json", + "kindtheme.json", + "built/*.js", + "built/*.json", + "built/*.d.ts", + "sim/public", + "docs/*.md", + "docs/*/*.md", + "docs/*/*/*.md" + ], + "devDependencies": { + "typescript": "^1.8.7" + }, + "dependencies": { + "kindscript": "0.1.118" + } } From 491c5faaf6969b67d328b2392f7813c47aa55eba Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 29 Mar 2016 13:39:32 -0700 Subject: [PATCH 2/6] 0.0.12 --- package.json | 66 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/package.json b/package.json index 2cabc664..70cd597c 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,35 @@ { - "name": "kindscript-microbit", - "version": "0.0.11", - "description": "BBC micro:bit target for KindScript", - "keywords": [ - "JavaScript", - "education", - "microbit" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/Microsoft/kindscript-microbit.git" - }, - "author": "", - "license": "MIT", - "homepage": "https://github.com/Microsoft/kindscript-microbit#readme", - "files": [ - "README.md", - "kindtarget.json", - "kindtheme.json", - "built/*.js", - "built/*.json", - "built/*.d.ts", - "sim/public", - "docs/*.md", - "docs/*/*.md", - "docs/*/*/*.md" - ], - "devDependencies": { - "typescript": "^1.8.7" - }, - "dependencies": { - "kindscript": "0.1.118" - } + "name": "kindscript-microbit", + "version": "0.0.12", + "description": "BBC micro:bit target for KindScript", + "keywords": [ + "JavaScript", + "education", + "microbit" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/Microsoft/kindscript-microbit.git" + }, + "author": "", + "license": "MIT", + "homepage": "https://github.com/Microsoft/kindscript-microbit#readme", + "files": [ + "README.md", + "kindtarget.json", + "kindtheme.json", + "built/*.js", + "built/*.json", + "built/*.d.ts", + "sim/public", + "docs/*.md", + "docs/*/*.md", + "docs/*/*/*.md" + ], + "devDependencies": { + "typescript": "^1.8.7" + }, + "dependencies": { + "kindscript": "0.1.118" + } } From d0fcd5f400e5aea2a8f6211e54ef0ad5a45c6d88 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 29 Mar 2016 13:47:07 -0700 Subject: [PATCH 3/6] 0.0.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70cd597c..a64856aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kindscript-microbit", - "version": "0.0.12", + "version": "0.0.13", "description": "BBC micro:bit target for KindScript", "keywords": [ "JavaScript", From 8a14a95fcced65e333e985055e262effa52d5fbe Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 29 Mar 2016 13:55:34 -0700 Subject: [PATCH 4/6] Bump kindscript to 0.1.119 --- package.json | 66 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/package.json b/package.json index a64856aa..314c1448 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,35 @@ { - "name": "kindscript-microbit", - "version": "0.0.13", - "description": "BBC micro:bit target for KindScript", - "keywords": [ - "JavaScript", - "education", - "microbit" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/Microsoft/kindscript-microbit.git" - }, - "author": "", - "license": "MIT", - "homepage": "https://github.com/Microsoft/kindscript-microbit#readme", - "files": [ - "README.md", - "kindtarget.json", - "kindtheme.json", - "built/*.js", - "built/*.json", - "built/*.d.ts", - "sim/public", - "docs/*.md", - "docs/*/*.md", - "docs/*/*/*.md" - ], - "devDependencies": { - "typescript": "^1.8.7" - }, - "dependencies": { - "kindscript": "0.1.118" - } + "name": "kindscript-microbit", + "version": "0.0.13", + "description": "BBC micro:bit target for KindScript", + "keywords": [ + "JavaScript", + "education", + "microbit" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/Microsoft/kindscript-microbit.git" + }, + "author": "", + "license": "MIT", + "homepage": "https://github.com/Microsoft/kindscript-microbit#readme", + "files": [ + "README.md", + "kindtarget.json", + "kindtheme.json", + "built/*.js", + "built/*.json", + "built/*.d.ts", + "sim/public", + "docs/*.md", + "docs/*/*.md", + "docs/*/*/*.md" + ], + "devDependencies": { + "typescript": "^1.8.7" + }, + "dependencies": { + "kindscript": "0.1.119" + } } From d5488a3ae8719495a504637ced861032cc14a2a6 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 29 Mar 2016 13:55:36 -0700 Subject: [PATCH 5/6] 0.0.14 --- package.json | 66 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/package.json b/package.json index 314c1448..156a3a32 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,35 @@ { - "name": "kindscript-microbit", - "version": "0.0.13", - "description": "BBC micro:bit target for KindScript", - "keywords": [ - "JavaScript", - "education", - "microbit" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/Microsoft/kindscript-microbit.git" - }, - "author": "", - "license": "MIT", - "homepage": "https://github.com/Microsoft/kindscript-microbit#readme", - "files": [ - "README.md", - "kindtarget.json", - "kindtheme.json", - "built/*.js", - "built/*.json", - "built/*.d.ts", - "sim/public", - "docs/*.md", - "docs/*/*.md", - "docs/*/*/*.md" - ], - "devDependencies": { - "typescript": "^1.8.7" - }, - "dependencies": { - "kindscript": "0.1.119" - } + "name": "kindscript-microbit", + "version": "0.0.14", + "description": "BBC micro:bit target for KindScript", + "keywords": [ + "JavaScript", + "education", + "microbit" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/Microsoft/kindscript-microbit.git" + }, + "author": "", + "license": "MIT", + "homepage": "https://github.com/Microsoft/kindscript-microbit#readme", + "files": [ + "README.md", + "kindtarget.json", + "kindtheme.json", + "built/*.js", + "built/*.json", + "built/*.d.ts", + "sim/public", + "docs/*.md", + "docs/*/*.md", + "docs/*/*/*.md" + ], + "devDependencies": { + "typescript": "^1.8.7" + }, + "dependencies": { + "kindscript": "0.1.119" + } } From 3ccec89f33e23b139d401994ef411b317fe84921 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 29 Mar 2016 14:19:56 -0700 Subject: [PATCH 6/6] updated demo program --- docs/about.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/about.md b/docs/about.md index 6d7f18e1..f301c3ce 100644 --- a/docs/about.md +++ b/docs/about.md @@ -36,6 +36,14 @@ input.onButtonPressed(Button.A, () => { # . . . # . # # # .`); }); +input.onButtonPressed(Button.B, () => { + basic.showLeds(` +. # . # . +# . # . # +# . . . # +. # . # . +. . # . .`); +}); input.onGesture(Gesture.Shake, () => { basic.showLeds(` . . . . . @@ -44,6 +52,7 @@ input.onGesture(Gesture.Shake, () => { . # # # . # . . . #`); }); +basic.showString("BBC micro:bit"); ``` ## C++ Runtime