NicoHood / Nintendo

Use Nintendo Controllers with Arduino
http://www.nicohood.de
MIT License
283 stars 56 forks source link

Gamecube wheel support #7

Open Otamay opened 8 years ago

Otamay commented 8 years ago

Changes for adding support for Gamecube Steering Wheel. Force-feedback not implemented yet (it works by manipulating the second and third commands from the read function, see here: https://forums.dolphin-emu.org/Thread-anybody-own-a-logitech-speed-force-racing-wheel-for-gamecube?pid=232321#pid232321 for details).

There would be a better way for accessing device ID from read function without adding extra "status" parameter, but it works.

NicoHood commented 8 years ago

Could you please retry with the current dev2 branch? I've rearranged a lot and it should be now easier for you to read the controller.

NicoHood commented 8 years ago

Version 1.2 is ready. Feel free to adapt the changes here: #9

NicoHood commented 3 years ago

I want to note, that I've implemented wheel support on this branch, but it is just a blind guess: https://github.com/NicoHood/Nintendo/tree/wheel https://github.com/NicoHood/Nintendo/compare/wheel