-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpxt.json
31 lines (31 loc) · 911 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
{
"name": "MakerBit",
"version": "2.2.0",
"description": "The MakerBit connects to a wide variety of sensors, actuators, and other components.",
"license": "MIT",
"dependencies": {
"core": "*",
"MakerBit-Pins": "github:1010technologies/pxt-makerbit-pins#v1.2.0",
"MakerBit-Touch": "github:1010technologies/pxt-makerbit-touch#v1.2.24",
"MakerBit-LCD1602": "github:1010technologies/pxt-makerbit-lcd1602#v1.8.10",
"pxt-comment-block": "github:IowaDave/pxt-comment-block#v0.0.4"
},
"files": [
"README.md",
"_locales/de/MakerBit-strings.json"
],
"testFiles": [
"test.ts"
],
"public": true,
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 0,
"pairing_mode": 0
}
}
}
}
}