Loc15 / PicoGamepadConverter

Switch to different gamepad modes using a gamepad as input. Re-use old gamepads that don't support USB connections or make compatibles with certain platform.
GNU General Public License v3.0
33 stars 6 forks source link

Help in finding a library for a PS2 controller under RP2040 #1

Closed Crazy-Child closed 4 months ago

Crazy-Child commented 4 months ago

Hi, friend. I'm just starting to understand the RP2040, I'm looking for how to connect a controller from PS2. I couldn't find anything on the Internet. I just came across your development. As I understand it, this is something universal and beyond what I need. Could you help or advise where I can find a library for using a PS2 controller for homemade projects on the RP2040?

Loc15 commented 4 months ago

Hi mate, if you need a library you could use this circuit-python library . If you need C code, my code is a library itself you need folder src/host_files/psx-lib and adding to main on similar way how I do it.