Skip to content

Commit

Permalink
doc: add ESP32-S3-USB-OTG instructions to power up USB Host
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Dec 22, 2023
1 parent a966ec3 commit a5f9488
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/display_usb_hid/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# BSP: Display USB HID Example

This example demonstrates usage of the USB HID (keyboard, mouse or GamePad) with Board Support Package.
This example demonstrates usage of the USB HID (keyboard, mouse or GamePad) with Board Support Package.

## How to use the example

### Hardware Required

* Board ESP32-S3-USB-OTG
* Board [ESP32-S3-USB-OTG](https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32s3/esp32-s3-usb-otg/user_guide.html)
- connect 5V USB power supply to the left "USB DEV" connector
- connect USB keyboard/mouse to the right "USB Host" connector

### Compile and flash

Expand Down

0 comments on commit a5f9488

Please sign in to comment.