Shim for serial.writeBuffer (#624)

* missing shim

* add todo
This commit is contained in:
Peli de Halleux 2018-02-05 21:08:44 -08:00 committed by GitHub
parent df5e45d7d3
commit ae40cadf75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,10 @@ namespace pxsim.serial {
board().writeSerial(s);
}
export function writeBuffer(buf: RefBuffer) {
// TODO
}
export function readUntil(del: string): string {
return readString();
}