Missing simulator functions and behavior (#1025)

This commit is contained in:
Richard Knoll
2018-08-02 10:33:05 -07:00
committed by GitHub
parent 6884b2bedf
commit 49cd197cef
3 changed files with 19 additions and 8 deletions

View File

@ -57,4 +57,8 @@ namespace pxsim.serial {
export function redirectToUSB() {
// TODO
}
export function readBuffer(length: number) {
return pins.createBuffer(length);
}
}