Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
MicroBitUARTService *uart;
|
||||
|
||||
using namespace pxt;
|
||||
|
||||
/**
|
||||
* Support for additional Bluetooth services.
|
||||
*/
|
||||
//% color=#0082FB weight=20
|
||||
namespace bluetooth {
|
||||
/**
|
||||
|
4
libs/microbit-bluetooth/shims.d.ts
vendored
4
libs/microbit-bluetooth/shims.d.ts
vendored
@ -1,7 +1,9 @@
|
||||
// Auto-generated. Do not edit.
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Support for additional Bluetooth services.
|
||||
*/
|
||||
//% color=#0082FB weight=20
|
||||
declare namespace bluetooth {
|
||||
|
||||
|
Reference in New Issue
Block a user