pxt-calliope/libs/bluetooth/pxt.json

32 lines
709 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",
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": {
"core": "file:../core"
2016-06-14 15:30:07 +02:00
},
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 1
}
}
},
"optionalConfig": {
"microbit-dal": {
"stack_size": 1280,
"gatt_table_size": "0x700"
}
}
2016-06-14 15:30:07 +02:00
},
2016-06-14 22:57:27 +02:00
"installedVersion": "vzlhfd"
}