NicoHood / HID

Bring enhanced HID functions to your Arduino!
http://www.nicohood.de
MIT License
2.37k stars 409 forks source link

Not compatible with Arduino Uno R4 boards #432

Open skylarmt opened 11 months ago

skylarmt commented 11 months ago

The new Uno R4 boards have a 32-bit microcontroller (Renesas RA4M1 (Arm® Cortex®-M4)) with native USB support.

This library fails to compile, throwing the following error:

https://github.com/NicoHood/HID/blob/b16be57caef4295c6cd382a7e4c64db5073647f7/src/HID-Settings.h#L145

I spent a few hours trying to get it to work, but I kept running into various problems since I'm not totally familiar with low-level USB protocols.

skylarmt commented 11 months ago

I'd be happy to buy and ship @NicoHood an Uno R4 Minima to test with if he doesn't have one yet.

rk9836 commented 6 months ago

Did you manage to resolve the issue @skylarmt?

skylarmt commented 6 months ago

Nope, never did. Ended up doing something else for the project. Would still be nice to have though...