-
Notifications
You must be signed in to change notification settings - Fork 1
/
pxt.json
34 lines (34 loc) · 828 Bytes
/
pxt.json
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
31
32
33
34
{
"name": "Exercise bike",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"WhaleySansFont": "github:makecode-packages/whaleysansfont#6ac172a0452b2b85312043f2dd032c38068ce455",
"ScrollText": "github:makecode-packages/scrolltext#d62296382802f1cd6513ce4aa7df89d4aab26fce"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"open": 1,
"whitelist": 0,
"security_level": null
}
}
}
}
}