diff options
author | Damien George <damien.p.george@gmail.com> | 2019-09-11 15:16:19 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-09-11 15:17:38 +1000 |
commit | cb84e22ac6b1356986f63f5b6db95493da81fa5f (patch) | |
tree | 9faf804685940773087ce6681b6c25c59ca11429 | |
parent | bcaafa382323c5d15988f20782c2737f05a4c002 (diff) |
docs/library/pyb.rst: Update pyb.usb_mode() to mention VCP+MSC+HID.
-rw-r--r-- | docs/library/pyb.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst index acb8fe450..9ba7e991e 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'``). |