Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Bug Fix] Added basic files for USB docs
  • Loading branch information
pedrominatel committed Dec 16, 2021
commit 90da36f8c7abcdad478e66d7fe37ca73be582f0b
10 changes: 9 additions & 1 deletion docs/source/api/usb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
USB API
#######

.. note:: This feature is only supported by ESP32-S2.

About
-----

USB as Device
*************

USB as Host
***********
***********

API Description
---------------

useStaticBuffers
****************
1 change: 1 addition & 0 deletions docs/source/libraries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ The Arduino ESP32 offers some unique APIs, described in this section:
I2C <api/i2c>
RainMaker <api/rainmaker>
Reset Reason <api/reset_reason>
USB <api/usb.rst>
Wi-Fi <api/wifi>