-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
33 lines (33 loc) · 978 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
{
"name": "DesktopPi Obstacle Avoidance",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"OLED12864_I2C": "github:makecode-extensions/oled12864_i2c#v1.5.0",
"MakerBit-Ultrasonic": "github:1010technologies/pxt-makerbit-ultrasonic#v1.0.8",
"neopixel": "github:microsoft/pxt-neopixel#v0.7.5",
"pxt-esp8266_thingspeak": "github:alankrantas/pxt-esp8266_thingspeak#v0.0.3"
},
"files": [
"main.blocks",
"main.ts",
"README.md"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v6.0.16",
"tag": "v6.0.16",
"commits": "https://github.com/microsoft/pxt-microbit/commits/869750d0221fa2003a4e500f30f98da7a17ba278",
"target": "6.0.28",
"pxt": "9.0.12",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}