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

pull/1909/merge
Peter Hinch 2016-03-17 13:17:14 +00:00 zatwierdzone przez Damien George
rodzic 6d5a549067
commit 2b302dad51
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)