I am using LUFA through another library called switch-arduino-controller
VinDuv/switch-arduino-controller#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?