Rename 'lastEvent' to 'lastEventValue' to match microbit docs

This commit is contained in:
Caitlin Hennessy 2017-08-01 17:03:16 -07:00
parent d883bf1db3
commit 511dd423d0

View File

@ -71,7 +71,7 @@ namespace pxsim.control {
}
export function eventValue() {
return board().bus.getLastEvent()
return board().bus.getLastEventValue()
}
}