added config section

This commit is contained in:
Peli de Halleux 2016-06-20 13:39:18 -07:00
parent 240162370e
commit fffcf0f809
1 changed files with 8 additions and 0 deletions

View File

@ -20,3 +20,11 @@ devices.onGamepadButton(MesDpadButtonInfo.ADown, () => {})
### See Also
[tell remote control to](/reference/devices/tell-remote-control-to), [raise alert to](/reference/devices/raise-alert-to), [signal strength](/reference/devices/signal-strength), [on signal strength changed](/reference/devices/on-signal-strength-changed)
```config
{
"dependencies": {
"microbit-devices": "*"
}
}
```