Update pxt.json, README.md, main.blocks, main.ts, main.py

This commit is contained in:
H. Saw 2022-12-11 12:00:45 +08:00
parent 83636085d2
commit 5bb5274b26
6 changed files with 442 additions and 27 deletions

View file

@ -10,7 +10,8 @@
"files": [
"README.md",
"main.blocks",
"main.ts"
"main.ts",
"main.py"
],
"testFiles": [
"test.ts"
@ -23,5 +24,5 @@
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
"preferredEditor": "tsprj"
}