From cb84e22ac6b1356986f63f5b6db95493da81fa5f Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 11 Sep 2019 15:16:19 +1000 Subject: [PATCH] docs/library/pyb.rst: Update pyb.usb_mode() to mention VCP+MSC+HID. --- docs/library/pyb.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst index acb8fe450e..9ba7e991e5 100644 --- a/docs/library/pyb.rst +++ b/docs/library/pyb.rst @@ -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'``).