2016-06-14 15:30:07 +02:00
|
|
|
{
|
2016-10-11 01:21:50 +02:00
|
|
|
"name": "bluetooth",
|
2016-06-14 15:30:07 +02:00
|
|
|
"description": "Bluetooth services",
|
|
|
|
"files": [
|
|
|
|
"README.md",
|
|
|
|
"enums.d.ts",
|
|
|
|
"shims.d.ts",
|
2016-09-02 17:03:55 +02:00
|
|
|
"bluetooth.ts",
|
2018-02-21 07:17:35 +01:00
|
|
|
"bluetooth.cpp"
|
2016-06-14 15:30:07 +02:00
|
|
|
],
|
2018-05-25 02:08:54 +02:00
|
|
|
"icon": "./static/packages/bluetooth/icon.png",
|
2016-06-14 15:30:07 +02:00
|
|
|
"public": true,
|
|
|
|
"dependencies": {
|
2016-10-11 01:21:50 +02:00
|
|
|
"core": "file:../core"
|
2016-06-14 15:30:07 +02:00
|
|
|
},
|
|
|
|
"yotta": {
|
|
|
|
"config": {
|
|
|
|
"microbit-dal": {
|
|
|
|
"bluetooth": {
|
2016-11-30 13:35:24 +01:00
|
|
|
"enabled": 1
|
|
|
|
}
|
|
|
|
}
|
2018-09-13 19:23:05 +02:00
|
|
|
},
|
|
|
|
"optionalConfig": {
|
|
|
|
"microbit-dal": {
|
|
|
|
"stack_size": 1280,
|
|
|
|
"gatt_table_size": "0x700"
|
|
|
|
}
|
2018-09-07 17:02:44 +02:00
|
|
|
}
|
2016-06-14 15:30:07 +02:00
|
|
|
},
|
2016-06-14 22:57:27 +02:00
|
|
|
"installedVersion": "vzlhfd"
|
2016-06-20 09:39:51 +02:00
|
|
|
}
|