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

pull/3527/merge
Damien George 2018-02-01 15:52:49 +11:00
rodzic 3130424b54
commit e708e87139
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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