-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpxt.json
40 lines (40 loc) · 915 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
35
36
37
38
39
40
{
"name": "IoT_keyestudio",
"version": "1.0.0",
"description": "",
"dependencies": {
"core": "*",
"neopixel": "github:keyestudio2019/ks_neopixel_bluetooth",
"LCD1602 IIC": "github:makecode-extensions/i2cLCD1602",
"DHT11_22": "github:keyestudio2019/ks_dht11_22",
"microphone": "*"
},
"files": [
"README.md",
"main.ts",
"ns.ts"
],
"testFiles": [
"test.ts"
],
"public": false,
"targetVersions": {
"target": "4.0.9",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"open": 1,
"whitelist": 0,
"security_level": null
}
}
}
}
}