Add eventTimestamp and eventValue to pxsim.control
This commit is contained in:
parent
96e3ac0a47
commit
d883bf1db3
@ -65,6 +65,14 @@ namespace pxsim.control {
|
|||||||
// TODO mode?
|
// TODO mode?
|
||||||
board().bus.queue(id, evid)
|
board().bus.queue(id, evid)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function eventTimestamp() {
|
||||||
|
return board().bus.getLastEventTime()
|
||||||
|
}
|
||||||
|
|
||||||
|
export function eventValue() {
|
||||||
|
return board().bus.getLastEvent()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace pxsim.pxtcore {
|
namespace pxsim.pxtcore {
|
||||||
|
Loading…
Reference in New Issue
Block a user