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

17 lines
389 B
TypeScript
Raw Normal View History

2016-06-14 15:30:07 +02:00
// Auto-generated. Do not edit.
//% color=156 weight=79
declare namespace bluetooth {
/**
* Starts the Bluetooth IO pin service
*/
//% help=reference/bluetooth/io-pin-service
2016-06-14 15:33:18 +02:00
//% blockId=bluetooth-io-pin-service block="start io pin service" shim=bluetooth::startIOPinService
2016-06-14 15:30:07 +02:00
function startIOPinService(): void;
}
// Auto-generated. Do not edit. Really.