mirror of
https://github.com/micropython/micropython.git
synced 2026-03-11 11:20:17 +01:00
docs: Update pyb.UART.any() to mention that it returns character count.
This commit is contained in:
committed by
Damien George
parent
6d5a549067
commit
2b302dad51
@@ -103,7 +103,7 @@ Methods
|
||||
|
||||
.. method:: uart.any()
|
||||
|
||||
Return ``True`` if any characters waiting, else ``False``.
|
||||
Returns the number of characters waiting (may be 0).
|
||||
|
||||
.. method:: uart.writechar(char)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user