Skip to content
Snippets Groups Projects
Commit e708e871 authored by Damien George's avatar Damien George
Browse files

docs/library/pyb.rst: Add note about availability of USB MSC-only mode.

parent 3130424b
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,8 @@ Miscellaneous functions
- ``None``: disables USB
- ``'VCP'``: enable with VCP (Virtual COM Port) interface
- ``'VCP+MSC'``: enable with VCP and MSC (mass storage device class)
- ``'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)
For backwards compatibility, ``'CDC'`` is understood to mean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment