updated annotations

This commit is contained in:
Peli de Halleux 2016-06-14 06:33:18 -07:00
parent 2841df6950
commit 655fa0fde8
3 changed files with 3 additions and 3 deletions

View File

@ -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);
}

View File

@ -20,5 +20,5 @@
}
}
},
"installedVersion": "prfndw"
"installedVersion": "bpcjjs"
}

View File

@ -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;
}