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

13 lines
284 B
Markdown

# Event Value
Get the value of the last event executed on the bus.
```sig
control.eventValue();
```
**This is an advanced API.** For more information, see the
[@boardname@ runtime messageBus documentation](https://lancaster-university.github.io/microbit-docs/ubit/messageBus/).