pxt-calliope/libs/bluetooth/pxt.json

34 lines
765 B
JSON
Raw Normal View History

2016-06-14 15:30:07 +02:00
{
"name": "bluetooth",
2016-06-14 15:30:07 +02:00
"description": "Bluetooth services",
"files": [
"README.md",
"enums.d.ts",
"shims.d.ts",
"bluetooth.ts",
2016-11-14 18:44:46 +01:00
"bluetooth.cpp",
"BLEHF2Service.h",
"BLEHF2Service.cpp"
2016-06-14 15:30:07 +02:00
],
"icon": "./static/packages/bluetooth/icon.png",
2016-06-14 15:30:07 +02:00
"public": true,
"dependencies": {
"core": "file:../core"
2016-06-14 15:30:07 +02:00
},
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 1
2017-09-19 23:54:46 +02:00
}
}
},
"optionalConfig": {
"microbit-dal": {
"stack_size": 1280,
"gatt_table_size": "0x700"
2016-06-14 15:30:07 +02:00
}
}
2016-06-14 15:30:07 +02:00
},
2016-06-14 22:57:27 +02:00
"installedVersion": "vzlhfd"
}