updated annotations
This commit is contained in:
parent
2841df6950
commit
655fa0fde8
@ -8,7 +8,7 @@ namespace bluetooth {
|
||||
* Starts the Bluetooth IO pin service
|
||||
*/
|
||||
//% help=reference/bluetooth/io-pin-service
|
||||
//% blockid=bluetooth-io-pin-service block="start io pin service"
|
||||
//% blockId=bluetooth-io-pin-service block="start io pin service"
|
||||
void startIOPinService() {
|
||||
new MicroBitIOPinService(*uBit.ble, uBit.io);
|
||||
}
|
||||
|
@ -20,5 +20,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"installedVersion": "prfndw"
|
||||
"installedVersion": "bpcjjs"
|
||||
}
|
||||
|
2
libs/microbit-bluetooth/shims.d.ts
vendored
2
libs/microbit-bluetooth/shims.d.ts
vendored
@ -9,7 +9,7 @@ declare namespace bluetooth {
|
||||
* Starts the Bluetooth IO pin service
|
||||
*/
|
||||
//% help=reference/bluetooth/io-pin-service
|
||||
//% blockid=bluetooth-io-pin-service block="start io pin service" shim=bluetooth::startIOPinService
|
||||
//% blockId=bluetooth-io-pin-service block="start io pin service" shim=bluetooth::startIOPinService
|
||||
function startIOPinService(): void;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user