Add cards to 'Control' page to match editor. (#454)

This commit is contained in:
Galen Nickel
2017-07-17 23:48:13 -07:00
committed by Peli de Halleux
parent 8e730f619c
commit a61f1ec25c
2 changed files with 9 additions and 1 deletions

View File

@ -8,8 +8,12 @@ control.inBackground(() => {
});
control.reset();
control.waitMicros(4);
control.onEvent(0, 0, () => { });
control.raiseEvent(0, 0);
control.eventTimestamp();
control.eventValue();
```
### See Also
[inBackground](/reference/control/in-background), [reset](/reference/control/reset), [wait-micros](/reference/control/wait-micros)
[inBackground](/reference/control/in-background), [reset](/reference/control/reset), [waitMicros](/reference/control/wait-micros), [onEvent](/reference/control/on-event), [raiseEvent](/reference/control/raise-event), [eventTimestamp](/reference/control/event-timestamp), [eventValue](/reference/control/event-value)