forked from KLRTN/lights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
46 lines (46 loc) · 1.26 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "Lights",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"neopixel": "github:microsoft/pxt-neopixel#v0.7.3",
"microbit-pxt-timeanddate": "github:bsiever/microbit-pxt-timeanddate#v2.0.33",
"DS1302": "github:makecode-extensions/ds1302#v1.1.0",
"pxt-DS3231": "github:keble6/pxt-ds3231#v1.0.2",
"pxt-esp8266": "github:cytrontechnologies/pxt-esp8266#v2.0.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v5.0.12",
"tag": "v5.0.12",
"commits": "https://github.com/microsoft/pxt-microbit/commits/97491d6832cccab6b5bdc05b58e4c6b5dcc18cdd",
"target": "5.0.12",
"pxt": "8.0.7",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"open": 0,
"whitelist": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_WITH_MITM"
}
}
}
}
}