ConsoleUartI

em.hal/ConsoleUartI.em
1
2
3
4
5
6
7
import em from '@$$emscript'
export const $U = em.$declare('INTERFACE')

export interface $I {
    flush(): void
    put(data: u8): void
}