USB HDI Host example
Posted: Tue Nov 05, 2024 10:03 am
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 this commit:
https://github.com/espressif/esp-idf/co ... df30675a99
How can this be solved?
thanks
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 this commit:
https://github.com/espressif/esp-idf/co ... df30675a99
How can this be solved?
thanks