Compare commits

...

11 Commits

6 changed files with 13 additions and 15 deletions

View File

@ -9,7 +9,6 @@ script:
- "(cd libs/lang-test1; node ../../node_modules/pxt-core/built/pxt.js test)"
- "node node_modules/pxt-core/built/pxt.js testdir tests"
- "node node_modules/pxt-core/built/pxt.js uploaddoc"
- "(cd libs/hello; node ../../node_modules/pxt-core/built/pxt.js testconv https://az851932.vo.msecnd.net/files/td-converter-tests-v0.json)"
sudo: false
notifications:
email:

View File

@ -1,7 +1,6 @@
basic.plotLeds(`
# # . # #
. . # . .
. . # . .
# . . . #
. # # # .
`);
led.plot(0, 0)
basic.pause(1000);
basic.forever(() => {
const a = input.acceleration(Dimension.X);
led.plotBarGraph(a, 1023)
})

View File

@ -6,7 +6,6 @@
],
"public": true,
"dependencies": {
"microbit": "file:../microbit",
"microbit-radio": "file:../microbit-radio"
"microbit": "file:../microbit"
}
}

View File

@ -41,7 +41,8 @@
"microbit-dal": {
"bluetooth": {
"enabled": 0
}
},
"debug": 1
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "pxt-calliope",
"version": "0.4.23",
"version": "0.4.26",
"description": "calliope target for PXT",
"keywords": [
"JavaScript",
@ -29,6 +29,6 @@
"typescript": "^1.8.7"
},
"dependencies": {
"pxt-core": "0.4.39"
"pxt-core": "0.4.48"
}
}

View File

@ -186,7 +186,7 @@
"yottaTarget": "bbc-microbit-classic-gcc",
"yottaCorePackage": "pxt-calliope-core",
"githubCorePackage": "microsoft/pxt-calliope-core",
"gittag": "v0.5.2",
"gittag": "v0.5.4",
"serviceId": "calliope"
},
"serial": {
@ -195,7 +195,7 @@
"log": true
},
"appTheme": {
"accentColor": "#5C005C",
"accentColor": "#249899",
"logoUrl": "https://calliope.cc/about",
"logo": "./static/Logo_Calliope_Woman.svg",
"docsLogo": "./static/Logo_Calliope_Woman.svg",