checking in

This commit is contained in:
Martin Woolley
2016-06-23 08:05:49 +01:00
parent 2629192bdb
commit 82e34d852c
2 changed files with 21 additions and 2 deletions

View File

@ -62,6 +62,13 @@ declare namespace bluetooth {
//% help=bluetooth/on-bluetooth-disconnected
//% blockId=bluetooth_on_disconnected block="on bluetooth disconnected" shim=bluetooth::onBluetoothDisconnected
function onBluetoothDisconnected(body: () => void): void;
/**
* Starts the Bluetooth UART service
*/
//% help=bluetooth/start-uart-service
//% blockId=bluetooth_start_uart_service block="bluetooth|uart|service" blockGap=8 shim=bluetooth::startUartService
function startUartService(): void;
}
// Auto-generated. Do not edit. Really.