-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
29 lines (29 loc) · 852 Bytes
/
pxt.json
File metadata and controls
29 lines (29 loc) · 852 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
{
"name": "pp",
"description": "",
"dependencies": {
"core": "*",
"microphone": "*",
"servo": "*",
"BitBot": "github:4tronix/bitbot#1.5.2",
"radio": "*",
"radio-broadcast": "*",
"neopixel": "github:microsoft/pxt-neopixel#v0.7.3",
"tinkercademy-tinker-kit": "github:tinkertanker/pxt-tinkercademy-tinker-kit#v1.1.1",
"pxt-sonar": "github:microsoft/pxt-sonar#v0.0.5",
"pxt-kitronik-servo-lite": "github:kitronikltd/pxt-kitronik-servo-lite#v1.0.5",
"pxt-kitronik-motor-driver": "github:kitronikltd/pxt-kitronik-motor-driver#v0.0.7"
},
"files": [
"main.blocks",
"main.ts",
"README.md"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}