Brian Sperryn

Results 6 issues of Brian Sperryn

I'm trying to get this library to work with a Arduino nano ble 33 IOT which uses a Samd21 processor. What would the best way be to go about this?...

enhancement
stale

When I try compile this for a Nano 33, I get the following error: #error HID Project can only be used with an USB MCU

invalid

Using an Arduino I'd like to be able send the ps4 custom reports and be able to decide which buttons are pressed and which aren't using my Arduino code while...

Hello, I have a 3.3v Arduino Pro Micro (Leonardo in miniture) I've set up LUFA and I've put your arduiino/dsremap directory into Libraries. I'm trying to compile the contents of...

Hello, unfortunately LUFA only supports older AVR boards. How about something like https://github.com/NicoHood/HID or https://github.com/hathach/tinyusb so that it would be compatible with modern boards?

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...