-
Notifications
You must be signed in to change notification settings - Fork 119
/
pxtarget.json
58 lines (58 loc) · 1.37 KB
/
pxtarget.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
{
"id": "common",
"name": "Microsoft MakeCode Common Packages",
"corepkg": "core",
"appTheme": { },
"ignoreDocsErrors": true,
"bundleddirs": [
"libs/core",
"libs/core---samd",
"libs/buttons",
"libs/light",
"libs/music",
"libs/microphone",
"libs/accelerometer",
"libs/lightsensor",
"libs/thermometer",
"libs/touch",
"libs/switch",
"libs/pulse",
"libs/cable",
"libs/infrared",
"libs/gamepad",
"libs/tests",
"libs/mouse",
"libs/keyboard",
"libs/storage",
"libs/game",
"libs/lcd",
"libs/screen",
"libs/servo",
"libs/serial",
"libs/pixel",
"libs/datalogger",
"libs/lora",
"libs/power",
"libs/controller",
"libs/controller---none",
"libs/color-sensor",
"libs/light-spectrum-sensor",
"libs/edge-connector",
"libs/proximity",
"libs/feather",
"libs/esp32",
"libs/net",
"libs/net-game",
"libs/mqtt",
"libs/azureiot",
"libs/color",
"libs/game",
"libs/storyboard",
"libs/rotary-encoder",
"libs/palette",
"libs/radio",
"libs/radio-broadcast",
"libs/matrix-keypad",
"libs/sprite-scaling"
]
}