pxt-calliope/docs/reference/control/raise-event.md
2016-07-21 13:29:59 -07:00

371 B

Raise Event

Raise an event in the event bus.

control.raiseEvent(control.eventSourceId(EventBusSource.MICROBIT_ID_BUTTON_A), control.eventValueId(EventBusValue.MICROBIT_EVT_ANY));

This is an advanced API. For more information, see the micro:bit runtime messageBus documentation