diff --git a/sim/state/misc.ts b/sim/state/misc.ts index 19804c42..1212fbf1 100644 --- a/sim/state/misc.ts +++ b/sim/state/misc.ts @@ -65,6 +65,14 @@ namespace pxsim.control { // TODO mode? board().bus.queue(id, evid) } + + export function eventTimestamp() { + return board().bus.getLastEventTime() + } + + export function eventValue() { + return board().bus.getLastEvent() + } } namespace pxsim.pxtcore {