From 655fa0fde8cd7010163f8b1d1e4d73e7d2d06764 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 14 Jun 2016 06:33:18 -0700 Subject: [PATCH] updated annotations --- libs/microbit-bluetooth/bluetooth.cpp | 2 +- libs/microbit-bluetooth/pxt.json | 2 +- libs/microbit-bluetooth/shims.d.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/microbit-bluetooth/bluetooth.cpp b/libs/microbit-bluetooth/bluetooth.cpp index 8497e12d..692e5466 100644 --- a/libs/microbit-bluetooth/bluetooth.cpp +++ b/libs/microbit-bluetooth/bluetooth.cpp @@ -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); } diff --git a/libs/microbit-bluetooth/pxt.json b/libs/microbit-bluetooth/pxt.json index 56c2fcb5..6d2ead02 100644 --- a/libs/microbit-bluetooth/pxt.json +++ b/libs/microbit-bluetooth/pxt.json @@ -20,5 +20,5 @@ } } }, - "installedVersion": "prfndw" + "installedVersion": "bpcjjs" } diff --git a/libs/microbit-bluetooth/shims.d.ts b/libs/microbit-bluetooth/shims.d.ts index 79d6a22d..62e7917f 100644 --- a/libs/microbit-bluetooth/shims.d.ts +++ b/libs/microbit-bluetooth/shims.d.ts @@ -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; }