felis / USB_Host_Shield_2.0

Revision 2.0 of USB Host Library for Arduino.
https://chome.nerpa.tech
1.78k stars 780 forks source link

Arduino Uno R4 Wifi Issue #784

Open tarkanaktan opened 1 year ago

tarkanaktan commented 1 year ago

When I try to use Usb library I get "Please define board in avrpins.h" and "No SPI entry in usbhost.h" errors in order. I expect it to work directly with the sample code. Does arduino uno r4 wifi support this feature?

GOTWIC commented 4 months ago

I am also having this issue upon trying to load the example code given by this library, did you find a fix?

touchgadget commented 4 months ago

Maybe this fork will work for you. https://github.com/felis/USB_Host_Shield_2.0/pull/779

https://github.com/mjs513/USB_Host_Shield_2.0/commits/master/

GOTWIC commented 4 months ago

I'll check it out thank you. I had a spare Uno R2 and the code works.

GOTWIC commented 4 months ago

The fork works on my R4! Thank you so much!