pxt-calliope/docs/reference/control/event-source-id.md
2016-11-01 17:44:37 -07:00

11 lines
365 B
Markdown

# Event Source ID
Return a code representing the origin of the event on the bus (button, pin, radio, and so on).
```sig
control.eventSourceId(EventBusSource.MICROBIT_ID_BUTTON_A);
```
**This is an advanced API.** For more information, see the
[@boardname@ runtime messageBus documentation](https://lancaster-university.github.io/microbit-docs/ubit/messageBus/)