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

This commit is contained in:
Jos Verlinde 2021-09-21 18:37:01 +02:00 committed by Damien George
parent 50b172023f
commit ba4f6f5fdf

View File

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