-
Notifications
You must be signed in to change notification settings - Fork 1
/
pxt.json
35 lines (35 loc) · 798 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
{
"name": "Tutorials X2 Next",
"version": "0.0.1",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*"
},
"files": [
"main.ts",
"README.md",
"tutorial_example.md",
"tutorial_example2.md",
"tutorial_01_leds.md",
"tutorial_01_led_flash.md",
"tutorials/01_led_flash.md",
"tutorials/02_led_rgb.md",
"tutorials/03_servo.md",
"tutorials/04_buzzer.md",
"tutorials/05_motor.md",
"tutorial-info-cache.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "5.0.12",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}