index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
qemu-arm
/
uart.h
blob: a89e3f26e209fd04e9992beca2ba9bc640ebade9 (
plain
)
1
2
void
uart_init
(
void
);
void
uart_tx_strn
(
const
char
*
buf
,
size_t
len
);