pxt-calliope/docs/reference/control.md
Juri Wolf 5f7a8e5301
Updates for V4 (#197)
* update yotta defaults for 16kb devices

* refactor deprecated blocks

* updates for button events

* update button events

* update refference

* update docs

* update docs

* update button event blocks

* update docs

* update block id
2022-08-10 09:36:19 -07:00

566 B

Control

Runtime and event utilities.

control.inBackground(() => {

});
control.reset();
control.waitMicros(4);
control.onEvent(0, 0, () => { });
control.raiseEvent(0, 0);
control.eventTimestamp();
control.eventValue();

See Also

inBackground, reset, waitMicros, onEvent, raiseEvent, eventTimestamp, eventValue