Search found 3 matches

by EG1966
Mon Nov 18, 2024 1:48 pm
Forum: General Discussion
Topic: USB HDI Host example
Replies: 4
Views: 1207

Re: USB HDI Host example

If the files were removed why do the examples still use these files?
by EG1966
Fri Nov 15, 2024 1:18 pm
Forum: General Discussion
Topic: USB HDI Host example
Replies: 4
Views: 1207

Re: USB HDI Host example

Hi Thanks for the answer. But the examples still use these files. See here HOST HID example: https://github.com/espressif/esp-idf/tree/v5.2.1/examples/peripherals/usb/host/hid/main So how can I use the examples? I tried to get the files from a previous repo but then I get a lot of compilation errors...
by EG1966
Tue Nov 05, 2024 10:03 am
Forum: General Discussion
Topic: USB HDI Host example
Replies: 4
Views: 1207

USB HDI Host example

Hi I am trying to use the example on a ESP32-S3-USB-OTG board: examples/peripherals/usb/host/hid/main/hid_host_example.c But when I compile these 3 files are not found: #include "usb/hid_host.h" #include "usb/hid_usage_keyboard.h" #include "usb/hid_usage_mouse.h" It seems that they were deleted in t...