mirror of
https://github.com/buzz-lightsnack-2007/MicroBit_Compass.git
synced 2024-08-14 22:46:45 +00:00
Initial files for MakeCode project
This commit is contained in:
parent
01b975a7f1
commit
83636085d2
11 changed files with 127 additions and 1 deletions
27
pxt.json
Normal file
27
pxt.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "microbit_compass",
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"radio": "*",
|
||||
"microphone": "*"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
"main.blocks",
|
||||
"main.ts"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"public": true,
|
||||
"targetVersions": {
|
||||
"target": "5.0.12",
|
||||
"targetId": "microbit"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"microbit"
|
||||
],
|
||||
"preferredEditor": "blocksprj"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue