SukkoPera / PsxNewLib

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

Multitap buttonPressed #30

Closed petanque closed 8 months ago

petanque commented 8 months ago

I have tried your devel branch to test multitap and it works as expected over the serial port. I want to make a joystick like in your master branch but then found that buttonPressed is not part of the devel branch, is this something you plan to add in the future?

petanque commented 8 months ago

I found out how it could be added by comparing with the master branch so I'm closing this issue. Thank you for making this.

SukkoPera commented 8 months ago

The function is still there but it has been moved to the PsxControllerData class, you don't need to add anything. To learn how to work with the multitap, please see the MultiTapTest example.