diff options
author | robert-hh <robert@hammelrath.com> | 2022-08-26 17:04:23 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-08-31 00:18:35 +1000 |
commit | 8ea6fefc6d52ae46199a337064c05431f6dd30cb (patch) | |
tree | 268d786678ac05c911d699b8e163213cdb16fd00 /docs/library/struct.rst | |
parent | 8804993d0f5326fd71f137433a1b52199d65f119 (diff) | |
download | micropython-8ea6fefc6d52ae46199a337064c05431f6dd30cb.tar.gz micropython-8ea6fefc6d52ae46199a337064c05431f6dd30cb.zip |
stm32/machine_uart: Implement uart.flush() and uart.txdone().
Since uart.write() of the STM32 port waits until all bytes have
been sent, uart.flush() and uart.txdone() are implemented as empty
functions to provide API consistency.
uart.flush()
flush() will always return immediately.
ret = uart.txdone()
uart.txdone() will always return True.
Diffstat (limited to 'docs/library/struct.rst')
0 files changed, 0 insertions, 0 deletions