advanced section

This commit is contained in:
Peli de Halleux 2016-07-28 09:15:31 -07:00
parent 45bb6e7cb3
commit 09933b6a8d
1 changed files with 12 additions and 0 deletions

View File

@ -22,3 +22,15 @@ control.inBackground(() => {
});
```
## Advanced
```namespaces
devices.tellCameraTo(MesCameraEvent.TakePhoto);
bluetooth.onBluetoothConnected(() => {});
```
```package
microbit-devices
microbit-bluetooth
```