Original Working Upload Restored

This commit is contained in:
2021-06-22 14:25:51 +01:00
parent 53710161f6
commit 1a57dec45d
14 changed files with 319 additions and 0 deletions

22
pxt.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "Binary Box",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}