17 lines
386 B
TypeScript
Raw Normal View History

2016-06-14 06:30:07 -07:00
// Auto-generated. Do not edit.
2016-06-14 06:40:44 -07:00
//% color=#0082FB weight=2
2016-06-14 06:30:07 -07:00
declare namespace bluetooth {
/**
* Starts the Bluetooth IO pin service
*/
2016-06-14 06:40:44 -07:00
//% help=bluetooth/io-pin-service
//% blockId=bluetooth-io-pin-service block="bluetooth io pin service" shim=bluetooth::startIOPinService
2016-06-14 06:30:07 -07:00
function startIOPinService(): void;
}
// Auto-generated. Do not edit. Really.