Skip to content

unit ConsoleUartI

em.hal/ConsoleUartI.em
package em.hal

interface ConsoleUartI 

    host function setBaudH(rate: uint32)

    function flush()
    function put(data: uint8)

end