-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Docs] Added USB documentation #6036
[Docs] Added USB documentation #6036
Conversation
Seems you have added docs only for CDC and MSC so far. Will those show on separate pages? They should :) Also once you cover all exposed classes, maybe we can add doc on how to add a custom device as well. |
My suggestion is to create a separate page for CDC ( |
docs/source/api/usb_cdc.rst
Outdated
|
||
USB Communications Device Class API. This class is used to enable communication between the host and the device. | ||
|
||
This class is often used to enable serial communication and can be used to flash the firmware on the ESP32-S2 without the external USB to Serial chip. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESP32-S2 mentioned here
docs/source/api/usb_cdc.rst
Outdated
HIDVendor | ||
********* | ||
|
||
.. literalinclude:: ../../../libraries/USB/examples/HIDVendor/HIDVendor.ino |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
examples here seem unrelated to CDC. We do have CDC examples that you can add here
Summary
Added USB documentation.
Impact
None.
Related links
Closes: #5784