SukkoPera / PsxNewLib

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

Library cannot compile for RP2040 devices #22

Open jorge-pais opened 1 year ago

jorge-pais commented 1 year ago

The arduino library for these boards already utilizes the variable name 'poll' internally. Changing the name within PsxNewLib.h seemed to fix it for me.

SukkoPera commented 1 year ago

Thanks for the notice. BTW, how did you cope with the DigitalIO library? Has a version for the RP2040 been released?

jorge-pais commented 1 year ago

I'm not sure, I've only gotten my Rpico yesterday, but it seemed to work fine out of the box with version 1.0.1

SukkoPera commented 1 year ago

Ok, thanks,