2016-03-10 23:01:04 +01:00
|
|
|
{
|
2016-04-05 03:03:52 +02:00
|
|
|
"id": "microbit",
|
2016-05-10 19:03:31 +02:00
|
|
|
"name": "m.pxt.io",
|
|
|
|
"title": "m.pxt.io",
|
2016-03-10 23:41:57 +01:00
|
|
|
"corepkg": "microbit",
|
2016-03-10 23:01:04 +01:00
|
|
|
"bundleddirs": [
|
|
|
|
"libs/microbit",
|
2016-03-11 07:17:32 +01:00
|
|
|
"libs/microbit-radio"
|
2016-04-05 03:03:52 +02:00
|
|
|
],
|
|
|
|
"cloud": {
|
|
|
|
"workspace": false,
|
|
|
|
"packages": true
|
|
|
|
},
|
|
|
|
"blocksprj": {
|
|
|
|
"id": "blocksprj",
|
|
|
|
"config": {
|
|
|
|
"name": "{0} block",
|
|
|
|
"dependencies": {
|
|
|
|
"microbit": "*",
|
|
|
|
"microbit-radio": "*"
|
|
|
|
},
|
|
|
|
"description": "",
|
|
|
|
"files": [
|
|
|
|
"main.blocks",
|
2016-05-03 23:45:10 +02:00
|
|
|
"main.ts"
|
2016-04-05 03:03:52 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"files": {
|
2016-05-25 07:18:33 +02:00
|
|
|
"main.blocks": "<xml xmlns=\"http://www.w3.org/1999/xhtml\">\n<block type=\"device_forever\">\n<statement name=\"HANDLER\">\n<block type=\"device_show_leds\">\n<field name=\"LED00\">FALSE</field>\n<field name=\"LED10\">FALSE</field>\n<field name=\"LED20\">FALSE</field>\n<field name=\"LED30\">FALSE</field>\n<field name=\"LED40\">FALSE</field>\n<field name=\"LED01\">FALSE</field>\n<field name=\"LED11\">TRUE</field>\n<field name=\"LED21\">FALSE</field>\n<field name=\"LED31\">TRUE</field>\n<field name=\"LED41\">FALSE</field>\n<field name=\"LED02\">FALSE</field>\n<field name=\"LED12\">FALSE</field>\n<field name=\"LED22\">FALSE</field>\n<field name=\"LED32\">FALSE</field>\n<field name=\"LED42\">FALSE</field>\n<field name=\"LED03\">TRUE</field>\n<field name=\"LED13\">FALSE</field>\n<field name=\"LED23\">FALSE</field>\n<field name=\"LED33\">FALSE</field>\n<field name=\"LED43\">TRUE</field>\n<field name=\"LED04\">FALSE</field>\n<field name=\"LED14\">TRUE</field>\n<field name=\"LED24\">TRUE</field>\n<field name=\"LED34\">TRUE</field>\n<field name=\"LED44\">FALSE</field>\n<next>\n<block type=\"device_show_leds\">\n<field name=\"LED00\">FALSE</field>\n<field name=\"LED10\">FALSE</field>\n<field name=\"LED20\">FALSE</field>\n<field name=\"LED30\">FALSE</field>\n<field name=\"LED40\">FALSE</field>\n<field name=\"LED01\">FALSE</field>\n<field name=\"LED11\">FALSE</field>\n<field name=\"LED21\">FALSE</field>\n<field name=\"LED31\">FALSE</field>\n<field name=\"LED41\">FALSE</field>\n<field name=\"LED02\">FALSE</field>\n<field name=\"LED12\">FALSE</field>\n<field name=\"LED22\">FALSE</field>\n<field name=\"LED32\">FALSE</field>\n<field name=\"LED42\">FALSE</field>\n<field name=\"LED03\">FALSE</field>\n<field name=\"LED13\">FALSE</field>\n<field name=\"LED23\">FALSE</field>\n<field name=\"LED33\">FALSE</field>\n<field name=\"LED43\">FALSE</field>\n<field name=\"LED04\">FALSE</field>\n<field name=\"LED14\">FALSE</field>\n<field name=\"LED24\">FALSE</field>\n<field name=\"LED34\">FALSE</field>\n<field name=\"LED44\">FALSE</field>\n</block>\n</next>\n</block>\n</statement>\n</block>\n</xml>",
|
|
|
|
"main.ts": "\r\n"
|
2016-04-05 03:03:52 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tsprj": {
|
|
|
|
"id": "tsprj",
|
|
|
|
"config": {
|
|
|
|
"name": "{0} bit",
|
|
|
|
"dependencies": {
|
|
|
|
"microbit": "*",
|
|
|
|
"microbit-radio": "*"
|
|
|
|
},
|
|
|
|
"description": "",
|
|
|
|
"files": [
|
2016-05-03 23:45:10 +02:00
|
|
|
"main.ts"
|
2016-04-05 03:03:52 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"files": {
|
2016-05-17 07:04:41 +02:00
|
|
|
"main.ts": "basic.showLeds(`\r\n . . . . .\r\n . # . # .\r\n . . . . .\r\n # . . . #\r\n . # # # .\r\n `);"
|
2016-04-05 03:03:52 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"isNative": false,
|
2016-04-08 19:49:43 +02:00
|
|
|
"hasHex": true,
|
|
|
|
"deployDrives": "^MICROBIT"
|
2016-04-05 03:03:52 +02:00
|
|
|
},
|
2016-04-22 07:46:40 +02:00
|
|
|
"runtime": {
|
2016-05-11 20:39:45 +02:00
|
|
|
"mathBlocks": true,
|
|
|
|
"loopsBlocks": true,
|
|
|
|
"logicBlocks": true,
|
|
|
|
"variablesBlocks": true
|
2016-04-22 07:46:40 +02:00
|
|
|
},
|
2016-04-05 03:03:52 +02:00
|
|
|
"simulator": {
|
2016-05-05 07:44:11 +02:00
|
|
|
"autoRun": true,
|
|
|
|
"aspectRatio": 1.22
|
2016-04-05 03:03:52 +02:00
|
|
|
},
|
|
|
|
"compileService": {
|
2016-05-24 18:46:33 +02:00
|
|
|
"yottaTarget": "bbc-microbit-classic-gcc",
|
|
|
|
"yottaCorePackage": "pxt-microbit-core",
|
|
|
|
"githubCorePackage": "microsoft/pxt-microbit-core",
|
2016-05-17 01:24:44 +02:00
|
|
|
"gittag": "v0.1.10",
|
2016-04-05 03:03:52 +02:00
|
|
|
"serviceId": "ws"
|
|
|
|
},
|
|
|
|
"serial": {
|
|
|
|
"manufacturerFilter": "^mbed$",
|
2016-04-09 10:27:08 +02:00
|
|
|
"nameFilter": "^mbed Serial Port",
|
2016-04-05 03:03:52 +02:00
|
|
|
"log": true
|
|
|
|
},
|
|
|
|
"appTheme": {
|
2016-05-19 20:59:57 +02:00
|
|
|
"accentColor": "#5C005C",
|
2016-05-10 19:01:36 +02:00
|
|
|
"logoUrl": "https://m.pxt.io/about",
|
2016-05-11 15:33:55 +02:00
|
|
|
"logo": "./static/microbit.simplified.svg",
|
|
|
|
"docsLogo": "./static/microbit.simplified.svg",
|
2016-05-11 20:39:45 +02:00
|
|
|
"portraitLogo": "./static/microbit.simplified.svg",
|
2016-05-11 15:33:55 +02:00
|
|
|
"footerLogo": "./static/microbit.simplified.svg",
|
2016-05-11 18:18:29 +02:00
|
|
|
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png",
|
2016-05-10 19:01:36 +02:00
|
|
|
"homeUrl": "https://m.pxt.io/",
|
|
|
|
"embedUrl": "https://m.pxt.io/",
|
2016-04-05 03:03:52 +02:00
|
|
|
"koduUrl": "https://www.kodugamelab.com/bbc-microbit/",
|
2016-05-11 15:45:45 +02:00
|
|
|
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
|
|
|
|
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
|
2016-04-05 03:03:52 +02:00
|
|
|
"visualStudioCode": true,
|
|
|
|
"docMenu": [
|
|
|
|
{
|
|
|
|
"name": "About",
|
|
|
|
"path": "/about"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Lessons",
|
|
|
|
"path": "/lessons"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Reference",
|
|
|
|
"path": "/reference"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Device",
|
|
|
|
"path": "/device"
|
|
|
|
}
|
2016-05-18 20:15:00 +02:00
|
|
|
],
|
2016-05-19 19:34:24 +02:00
|
|
|
"sideDoc": "getting-started"
|
2016-04-05 03:03:52 +02:00
|
|
|
}
|
2016-05-11 20:39:45 +02:00
|
|
|
}
|