summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/json.rst
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2022-08-26 17:24:30 +0200
committerDamien George <damien@micropython.org>2022-08-31 00:18:40 +1000
commitcc0249c936091889c9f2bda0ecafc522e06364a3 (patch)
tree278725f1448d0fce24e9593239383dcca4c415f9 /docs/library/json.rst
parent8ea6fefc6d52ae46199a337064c05431f6dd30cb (diff)
downloadmicropython-cc0249c936091889c9f2bda0ecafc522e06364a3.tar.gz
micropython-cc0249c936091889c9f2bda0ecafc522e06364a3.zip
nrf/modules/machine/uart: Implement uart.flush() and uart.txdone().
Since uart.write() of the nrf port waits until all bytes but the last one have been sent, uart.flush() and uart.txdone() are implemented as empty functions to provide API consistency. uart.flush() flush() will always return immediately, even if the last byte may still be sent. ret = uart.txdone() uart.txdone() will always return True, even if the last byte may still be sent.
Diffstat (limited to 'docs/library/json.rst')
0 files changed, 0 insertions, 0 deletions