docs/library/pyb.rst: Update pyb.usb_mode() to mention VCP+MSC+HID.

pull/4751/head
Damien George 2019-09-11 15:16:19 +10:00
rodzic bcaafa3823
commit cb84e22ac6
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -271,6 +271,7 @@ Miscellaneous functions
- ``'MSC'``: enable with MSC (mass storage device class) interface
- ``'VCP+MSC'``: enable with VCP and MSC
- ``'VCP+HID'``: enable with VCP and HID (human interface device)
- ``'VCP+MSC+HID'``: enabled with VCP, MSC and HID (only available on PYBD boards)
For backwards compatibility, ``'CDC'`` is understood to mean
``'VCP'`` (and similarly for ``'CDC+MSC'`` and ``'CDC+HID'``).