-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpxt.bluetooth.json
More file actions
43 lines (43 loc) · 940 Bytes
/
Copy pathpxt.bluetooth.json
File metadata and controls
43 lines (43 loc) · 940 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "microbit-pxt-timeanddate",
"version": "2.0.20",
"description": "Software based Real-Time Clock (Time & Date)",
"license": "MIT",
"dependencies": {
"core": "*",
"bluetooth": "*"
},
"files": [
"README.md",
"timeanddate.ts",
"timeanddate.cpp",
"shims.d.ts",
"enums.d.ts"
],
"testFiles": [
"bluetoothtest.ts"
],
"public": false,
"targetVersions": {
"target": "3.1.56",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"open": 1,
"whitelist": 0,
"security_level": null
}
}
}
},
"authors": [
"Bill Siever <bsiever@gmail.com>"
]
}