abcminiuser / lufa

LUFA - the Lightweight USB Framework for AVRs.
http://www.lufa-lib.org
1.03k stars 321 forks source link

How would I go about using a USB Host sheild with LUFA? #186

Open bluelightzero opened 9 months ago

bluelightzero commented 9 months ago

I am using LUFA through another library called switch-arduino-controller

https://github.com/VinDuv/switch-arduino-controller/issues/7

However I want to make use of a USB Host shield to read user input, which has an arudino library that does what I need.

Is there an equivalent library for communicating with a USB Host sheild?

Would I need to rewrite the driver code to work with LUFA?