cc0249c936
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. |
||
---|---|---|
.. | ||
ble | ||
board | ||
machine | ||
music | ||
nrf | ||
scripts | ||
ubluepy | ||
uos | ||
utime | ||
manifest.py |