forked from KierPalin/MicroData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
52 lines (52 loc) · 1.6 KB
/
pxt.json
File metadata and controls
52 lines (52 loc) · 1.6 KB
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
{
"name": "MicroData",
"version": "1.7.5",
"description": "Data science with micro:bit v2",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"datalogger": "*",
"user-interface-base": "github:microbit-apps/user-interface-base#v0.0.33",
"jacdac": "github:jacdac/pxt-jacdac#v1.9.40",
"jacdac-light-level": "github:jacdac/pxt-jacdac/light-level#v1.9.40",
"jacdac-soil-moisture": "github:jacdac/pxt-jacdac/soil-moisture#v1.9.40",
"jacdac-distance": "github:jacdac/pxt-jacdac/distance#v1.9.40",
"jacdac-temperature": "github:jacdac/pxt-jacdac/temperature#v1.9.40",
"jacdac-flex": "github:jacdac/pxt-jacdac/flex#v1.9.40",
"jacdac-led": "github:jacdac/pxt-jacdac/led#v1.9.40",
"jacdac-led-strip": "github:jacdac/pxt-jacdac/led-strip#v1.9.40",
"jacdac-color": "github:jacdac/pxt-jacdac/color#v1.9.40"
},
"files": [
"analytics.ts",
"config.ts",
"main.ts",
"assets.ts",
"app.ts",
"home.ts",
"version.ts",
"sensors.ts",
"liveDataViewer.ts",
"dataViewSelect.ts",
"loggingConfig.ts",
"sensorSelect.ts",
"dataRecorder.ts",
"tabularDataViewer.ts",
"generateGraph.ts",
"distributedLogging.ts",
"headlessMode.ts",
"experiments.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "7.1.13",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}