Guna Shekar G
New Member
OS: Linux(Ubuntu Mate)
IDE: Arduino IDE
Example: asm_terminal (USB library code for interfacing ARDUINO USB HOST SHIELD with ESP WROOM 32)
I am working to interface Arduino USB host shield with ESP WROOM 32. I have added the ESP 32 board to the Arduino IDE and able to run basic example codes on ESP32 by burning the ino files from Arduino IDE.
Now, I am using this link: https://github.com/ebrahim-Qaashah/USB_Host_Shield_2.0_Support_ESP32 which has the ESP32 support for the USB Host shield. The main library code for Arduino UNO is here: https://github.com/felis/USB_Host_Shield_2.0
Now, when I am compiling one of the example code asm_terminal.ino, I am getting the following error while compiling.
Can anyone please provide me solution for this issue. Thanks in advance.
IDE: Arduino IDE
Example: asm_terminal (USB library code for interfacing ARDUINO USB HOST SHIELD with ESP WROOM 32)
I am working to interface Arduino USB host shield with ESP WROOM 32. I have added the ESP 32 board to the Arduino IDE and able to run basic example codes on ESP32 by burning the ino files from Arduino IDE.
Now, I am using this link: https://github.com/ebrahim-Qaashah/USB_Host_Shield_2.0_Support_ESP32 which has the ESP32 support for the USB Host shield. The main library code for Arduino UNO is here: https://github.com/felis/USB_Host_Shield_2.0
Now, when I am compiling one of the example code asm_terminal.ino, I am getting the following error while compiling.
Can anyone please provide me solution for this issue. Thanks in advance.