missing simulator function for serial
This commit is contained in:
parent
cc36bae97d
commit
44688ee5d5
@ -430,6 +430,10 @@ namespace pxsim.serial {
|
||||
return board().readSerial();
|
||||
}
|
||||
|
||||
export function readLine(): string {
|
||||
return board().readSerial();
|
||||
}
|
||||
|
||||
export function onDataReceived(delimiters: string, handler: RefAction) {
|
||||
let b = board();
|
||||
b.bus.listen(DAL.MICROBIT_ID_SERIAL, DAL.MICROBIT_SERIAL_EVT_DELIM_MATCH, handler);
|
||||
|
Loading…
Reference in New Issue
Block a user