ArduinoXInput
ArduinoXInput copied to clipboard
Raspberry Pi Pico support
Hello, not an issue but a feature request: would it be possibile to port this library to raspy Pi Pico? Thanks :)
Hello! It's theoretically possible, the Raspberry Pi Pico has the hardware on board to act as an XInput device. Unfortunately I'm not familiar with the programming for the Pico's USB controller, and I don't have time to dig into it right now. But if someone else makes the necessary core modifications I would be happy to modify the library to add compatibility.
Would love to help.
But, I am new to Micro Python. So I won't be super useful on this one.
If you need someone to test your micro python code and/or automate some Unit Test for it.
Feel free to ping me.
I am already coding that with HC06/TTL for your Arduino XInput at the moment.
https://github.com/EloiStree/2023_06_21_ArduinoToX360
I can do the same if someone or you do it.
Just ping me.
( Dont know if it can help. I was trying to do a dual with trigger HID on raspberry pi pico but I failed to add the trigger. https://github.com/EloiStree/2023_10_20_CircuitPythonToX360/tree/main/Code/2023_06_20_Draft )
here's the core that I believe most people use for RP2040 based boards in the Arduino IDE https://github.com/earlephilhower/arduino-pico there is a library in it to make a joystick device but it's missing features such as rumple support which I would love to be able to use