in sim/api.ts [54:58]
export function onBump(handler: RefAction) { let b = board(); b.bus.listen("Turtle", "Bump", handler); }