pxt-calliope/libs/microbit-bluetooth/shims.d.ts

31 lines
915 B
TypeScript
Raw Normal View History

2016-06-14 15:30:07 +02:00
// Auto-generated. Do not edit.
//% color=#0082FB weight=20
2016-06-14 15:30:07 +02:00
declare namespace bluetooth {
/**
* Starts the Bluetooth IO pin service
*/
//% help=bluetooth/start-io-pin-service
//% blockId=bluetooth_start_io_pin_service block="bluetooth io pin service" shim=bluetooth::startIOPinService
2016-06-14 15:30:07 +02:00
function startIOPinService(): void;
/**
* Starts the Bluetooth LED service
*/
//% help=bluetooth/start-led-service
//% blockId=bluetooth_start_led_service block="bluetooth led service" shim=bluetooth::startLEDService
function startLEDService(): void;
/**
* Starts the temperature service
*/
//% help=bluetooth/start-led-service
//% blockId=bluetooth_start_temperature_service block="bluetooth temperature service" shim=bluetooth::startTemperatureService
function startTemperatureService(): void;
2016-06-14 15:30:07 +02:00
}
// Auto-generated. Do not edit. Really.