Initial files for MakeCode project

This commit is contained in:
H. Saw 2022-12-08 13:00:51 +08:00
parent 7e2839ccea
commit ea70643c34
11 changed files with 116 additions and 0 deletions

26
pxt.json Normal file
View file

@ -0,0 +1,26 @@
{
"name": "MicroBit_QuickPager",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*"
},
"files": [
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "5.0.12",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "pyprj",
"languageRestriction": "python-only"
}