-
Notifications
You must be signed in to change notification settings - Fork 3
/
pxt.json
64 lines (64 loc) · 1.76 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "MicroData",
"version": "1.0.00",
"description": "Data science with micro:bit v2",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"datalogger": "*",
"pxt-arcadeshield": "github:microsoft/pxt-arcadeshield#v0.1.9",
"jacdac": "github:microsoft/pxt-jacdac#v1.9.28",
"jacdac-light-level": "github:microsoft/pxt-jacdac/light-level#v1.9.28",
"jacdac-soil-moisture": "github:microsoft/pxt-jacdac/soil-moisture#v1.9.28",
"jacdac-distance": "github:microsoft/pxt-jacdac/distance#v1.9.28",
"jacdac-temperature": "github:microsoft/pxt-jacdac/temperature#v1.9.28",
"jacdac-flex": "github:microsoft/pxt-jacdac/flex#v1.9.28"
},
"files": [
"keymap.ts",
"analytics.ts",
"config.ts",
"main.ts",
"accessibility.ts",
"button.ts",
"component.ts",
"assets.ts",
"scene.ts",
"app.ts",
"sprite.ts",
"cursor.ts",
"home.ts",
"bounds.ts",
"picker.ts",
"affine.ts",
"math.ts",
"screen.ts",
"version.ts",
"navigator.ts",
"cursorscene.ts",
"options.ts",
"tooltips.ts",
"utils.ts",
"sensors.ts",
"jacdacSensors.ts",
"liveDataViewer.ts",
"dataViewSelect.ts",
"loggingConfig.ts",
"sensorSelect.ts",
"dataRecorder.ts",
"clearDataloggerScreen.ts",
"tabularDataViewer.ts",
"generateGraph.ts",
"distributedLogging.ts"
],
"testFiles": [],
"targetVersions": {
"target": "7.1.13",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}