Redirecttousb (#604)

* add block to redirect back to USB

* added docs

* bump minor version
This commit is contained in:
Peli de Halleux
2017-12-14 06:44:48 -08:00
committed by GitHub
parent caa563ee30
commit b45f456736
9 changed files with 44 additions and 4 deletions

View File

@ -49,4 +49,8 @@ namespace pxsim.serial {
export function redirect(tx: number, rx: number, rate: number) {
// TODO?
}
export function redirectToUSB() {
// TODO
}
}