restore advanced section in reference

This commit is contained in:
Peli de Halleux 2016-07-29 14:19:21 -07:00
parent 3f83cda087
commit 23f91895f7
1 changed files with 11 additions and 0 deletions

View File

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