17 lines
386 B
TypeScript
17 lines
386 B
TypeScript
// Auto-generated. Do not edit.
|
|
|
|
|
|
|
|
//% color=#0082FB weight=2
|
|
declare namespace bluetooth {
|
|
|
|
/**
|
|
* Starts the Bluetooth IO pin service
|
|
*/
|
|
//% help=bluetooth/io-pin-service
|
|
//% blockId=bluetooth-io-pin-service block="bluetooth io pin service" shim=bluetooth::startIOPinService
|
|
function startIOPinService(): void;
|
|
}
|
|
|
|
// Auto-generated. Do not edit. Really.
|