Skip to content
Snippets Groups Projects
Commit 2b302dad authored by Peter Hinch's avatar Peter Hinch Committed by Damien George
Browse files

docs: Update pyb.UART.any() to mention that it returns character count.

parent 6d5a5490
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment