Open rtek1000 opened 1 year ago
I found this other USB Host example (Pico SDK Examples) which compiles correctly using the make command, I would like to compile something similar using the Arduino IDE:
https://github.com/raspberrypi/pico-examples/tree/master/usb/host/host_cdc_msc_hid
Hi,
I'm trying to compile sample USB Host HID (to support Keyboard and Mouse).
I found this tutorial, but it has more libraries in this repository than the libraries that were installed.
If I manually copy the library USBHOST to the folder where the other library are, this example did not compile: https://github.com/arduino/ArduinoCore-mbed/blob/main/libraries/USBHOST/examples/KeyboardController/KeyboardController.ino
Is it wrong to use the Board Manager to install this core?
Is this example not compatible with the core of this repository?