added 'microbit-bluetooth' package
This commit is contained in:
16
libs/microbit-bluetooth/shims.d.ts
vendored
Normal file
16
libs/microbit-bluetooth/shims.d.ts
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
// Auto-generated. Do not edit.
|
||||
|
||||
|
||||
|
||||
//% color=156 weight=79
|
||||
declare namespace bluetooth {
|
||||
|
||||
/**
|
||||
* Starts the Bluetooth IO pin service
|
||||
*/
|
||||
//% help=reference/bluetooth/io-pin-service
|
||||
//% blockid=bluetooth-io-pin-service block="start io pin service" shim=bluetooth::startIOPinService
|
||||
function startIOPinService(): void;
|
||||
}
|
||||
|
||||
// Auto-generated. Do not edit. Really.
|
Reference in New Issue
Block a user