fraca7 / dsremap

Input remapping for the Dual Shock 4
MIT License
16 stars 2 forks source link

No Examples #1

Open bsperryn opened 3 years ago

bsperryn commented 3 years ago

Hi, I'm trying to get this working on a Arduino NANO IOT 33. Are there any examples that I could use to help me test the library and see whether it will work on my device?

fraca7 commented 3 years ago

In what configuration do you want to use this, as a replacement for the Leonardo ? Regardless of software support, the nano seems to have a single USB controller and no way to add one, so it's dead in the water IMO

bsperryn commented 3 years ago

I've added a mini USB host Screenshot 2021-03-30 at 10 57 06 and have it working using the same library as used for the bigger version. I'll be submitting the support for the IOT nano in a PR to that library soon. https://github.com/felis/USB_Host_Shield_2.0/issues/608

fraca7 commented 3 years ago

Very cool indeed :)