SukkoPera / PsxNewLib

Playstation controller interface library for Arduino
GNU General Public License v3.0
128 stars 27 forks source link

Rumble support #2

Closed robonxt closed 3 years ago

robonxt commented 4 years ago

Am interested in having rumble support. I see that you have the static bytes disabled for rumble. Any reason why, or is it too much of a hassle to make it support the motors?

SukkoPera commented 4 years ago

I didn't need rumble, so developing, testing and debugging it was just too much of a hassle, also because of the need for separate power I could not easily provide back then. Now with the PsxControllerShield it should be somewhat easier, but currently I do not have time for it.

Would you be interested in developing it yourself? I could send you a shield in case.

(The same applies to whoever would be willing to do it, of course :).)

robonxt commented 4 years ago

Sure! I'd be happy to try adding rumble support, if you don't mind a beginner helping out.

Also in my case, I was using a wireless controller, so I didn't have any need for a separate power source.

SukkoPera commented 4 years ago

OK, go ahead and feel free to ask when you're in trouble. I'll be on #openretroworks on FreeNode after 7pm UTC+2.

katemonster33 commented 3 years ago

10 pull request is up for this feature.

SukkoPera commented 3 years ago

Aaaaaaand... merged! I have just release v0.4.0, thanks a lot!