doc: Note that machine.USBDevice is now available on esp32 port.
Support was added in commit 5f2d05d, this updates the docs to match.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
This commit is contained in:
committed by
Angus Gratton
parent
39538e4c9a
commit
4e76acc88d
@@ -4,8 +4,9 @@
|
|||||||
class USBDevice -- USB Device driver
|
class USBDevice -- USB Device driver
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
.. note:: ``machine.USBDevice`` is currently only supported on the rp2 and samd
|
.. note:: ``machine.USBDevice`` is currently only supported for esp32, rp2 and
|
||||||
ports.
|
samd ports. Native USB support is also required, and not every board
|
||||||
|
supports native USB.
|
||||||
|
|
||||||
USBDevice provides a low-level Python API for implementing USB device functions using
|
USBDevice provides a low-level Python API for implementing USB device functions using
|
||||||
Python code.
|
Python code.
|
||||||
|
|||||||
Reference in New Issue
Block a user