Brian Sperryn

Results 4 comments of Brian Sperryn

It's to allow the Arduino to emulate a PS4 controller using a library which uses the LUFA library. Apparently the standard USB library lacks some of the low level functionality...

Thank you, I'll have a dig around and see if I can figure it out!

I have found this library: https://github.com/arduino/ArduinoCore-mbed that seems to add the pluggableUSB functionality to these boards. Not yet sure how to combine the functionality of that library and this one.

I've installed the library I mentioned which has given me new core's to use that in theory allow pluggable USB to work. However I still get the following errors: ```In...