13 lines
282 B
Markdown
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/).
|
|
|