pxt-calliope/libs/microbit-bluetooth/pxt.json

25 lines
489 B
JSON
Raw Normal View History

2016-06-14 15:30:07 +02:00
{
"name": "microbit-bluetooth",
"description": "Bluetooth services",
"files": [
"README.md",
"enums.d.ts",
"shims.d.ts",
"bluetooth.cpp"
],
"public": true,
"dependencies": {
"microbit": "file:../microbit"
},
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 1
}
}
}
},
2016-06-14 22:57:27 +02:00
"installedVersion": "vzlhfd"
2016-06-14 15:30:07 +02:00
}