Searching for info regarding the PS2X Library

HazardsMind:
Did you try the example that came with the library? If you downloaded the PSX2 library from the arduino playground then you need to go into the PSX2.h file and change WProgram.h to Arduino.h and save it. This will allow the library to compile and you can start with the example sketch it came with. The sketch shows you how to read the buttons and analog sticks.

I use the library myself, so I can help you get started.

Okay awesome ! l'll give that a try when I get home. I ran a program I found online that will send text to the serial monitor indicating which buttons are being pressed. The library seems to function fine; what exactly do you mean when you say compile? Are you just referring to the examples?

Also can the controller inputs be attached to any of the digital pins?

Thanks for the response!

Walter