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

13 lines
282 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
[micro:bit runtime messageBus documentation](https://lancaster-university.github.io/microbit-docs/ubit/messageBus/).