20 lines
365 B
Markdown
20 lines
365 B
Markdown
# Bluetooth
|
|
|
|
```cards
|
|
bluetooth.onBluetoothConnected(() => {
|
|
|
|
});
|
|
bluetooth.onBluetoothDisconnected(() => {
|
|
|
|
});
|
|
bluetooth.startAccelerometerService();
|
|
bluetooth.startButtonService();
|
|
bluetooth.startIOPinService();
|
|
bluetooth.startLEDService();
|
|
bluetooth.startMagnetometerService();
|
|
bluetooth.startTemperatureService();
|
|
```
|
|
|
|
```package
|
|
microbit-bluetooth
|
|
``` |