From a5f948880570f6978e6c659d405d3aea04c68897 Mon Sep 17 00:00:00 2001 From: Juraj Michalek <juraj.michalek@espressif.com> Date: Fri, 22 Dec 2023 12:52:17 +0100 Subject: [PATCH] doc: add ESP32-S3-USB-OTG instructions to power up USB Host --- examples/display_usb_hid/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/display_usb_hid/README.md b/examples/display_usb_hid/README.md index b1010548f..3285fa85a 100644 --- a/examples/display_usb_hid/README.md +++ b/examples/display_usb_hid/README.md @@ -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