docs/library/pyb.rst: Add pyb.hid_mouse and pyb.hid_keyboard constants.

pull/8281/head
Jos Verlinde 2021-09-21 18:37:01 +02:00 zatwierdzone przez Damien George
rodzic 50b172023f
commit ba4f6f5fdf
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -298,6 +298,15 @@ Miscellaneous functions
The *high_speed* parameter, when set to ``True``, enables USB HS mode if
it is supported by the hardware.
Constants
---------
.. data:: pyb.hid_mouse
pyb.hid_keyboard
A tuple of (subclass, protocol, max packet length, polling interval, report
descriptor) to set appropriate values for a USB mouse or keyboard.
Classes
-------