11 lines
291 B
Markdown
11 lines
291 B
Markdown
# Event Timestamp
|
|
|
|
Get the timestamp of the last event executed on the bus
|
|
|
|
```sig
|
|
control.eventTimestamp();
|
|
```
|
|
|
|
**This is an advanced API.** For more information, see the
|
|
[micro:bit runtime messageBus documentation](https://lancaster-university.github.io/microbit-docs/ubit/messageBus/).
|