-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpxt.json
More file actions
28 lines (28 loc) · 740 Bytes
/
Copy pathpxt.json
File metadata and controls
28 lines (28 loc) · 740 Bytes
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
{
"name": "MicroX",
"description": "An all-in-one (beta) extension for micro:bit supporting multiple hardware modules, e.g. boards, sensors, motors, servos.",
"dependencies": {
"core": "*",
"ws2812b": "github:Microsoft/pxt-ws2812b#v0.1.1",
"microphone": "*"
},
"files": [
"ux.ts",
"uxRemotes.ts",
"uxMotion.ts",
"uxSensors.ts",
"uxDisplays.ts",
"uxMp3.ts",
"README.md"
],
"testFiles": [
"exampleYahboomRemote.ts",
"exampleYwrobotRemote.ts",
"exampleRobotbit.ts",
"exampleSuperbit.ts",
"examplePowerbrick.ts"
],
"public": true,
"preferredEditor": "tsprj",
"icon": "icon.png"
}