thanks for getting the ESP32-C3 DevKit M-1 as a free sample! I want to use it to filter USB-MIDI events. So I need the EspTinyUSB library to deal with USB.
I was able to run the examples of ESP32 2.0.0 Alpha 1 on Arduino IDE 1.8.15. I've been installed Esp32TinyUSB 1.3.0 from Arduino IDE's library manager. This library was made for ESP32-S2, but I have ESP32-C3. So I get this error when I try to compile the "midi" example, provided by Esp32TinyUSB:
Code: Select all
home/user-name/projects/arduino/libraries/ESP32TinyUSB/src/esptinyusb.cpp:3:10: fatal error: soc/usb_periph.h: No such file or directory
Thanks!
Da Flex