-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
30 lines (30 loc) · 723 Bytes
/
Copy pathpxt.json
File metadata and controls
30 lines (30 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "0.3",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"i2cLCD1602": "github:makecode-extensions/i2clcd1602#v1.5.0",
"tinkercademy-tinker-kit": "github:tinkertanker/pxt-tinkercademy-tinker-kit#v1.1.1",
"joystickbit": "github:tinkertanker/pxt-joystickbit#v1.0.1"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py",
"serialclient.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "4.0.18",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "pyprj"
}