Add cards to 'Control' page to match editor. (#454)
This commit is contained in:
committed by
Peli de Halleux
parent
8e730f619c
commit
a61f1ec25c
@ -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)
|
||||
|
Reference in New Issue
Block a user