-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting the library #2
Comments
Shouldn't be too much of an issue. I'll see if I can get to it this weekend. |
@eduardokenj Can you test this branch and let me know if it works? https://github.com/veroxzik/arduino-psx-controller/tree/feat/328p |
Sorry for the delay, but the lib not work in 328p microcontrollers. And when compile the code okay on 328p 16MHz, i tested in my arduino pro mini and uno, in both situations PS1 and PS2 not work. |
Hi I'd like to add support for the joysticks if that's ok? |
@djsedaw Go for it. |
Hi, all going well, one question, do you think the micro has enough pins for 4 d-pad buttons, 4 on the right, start and select, L1 and L2, R1 and R2, L3 and R3 which are the buttons on the 2 joysticks, plus the 4 pins for the spi? |
I was looking at the raspberry pi Pico board which has enough pins but only 3 analog pins, which means I would need a ADS1115 to increase the analog pins |
Sorry 5 pins for the spi |
If possible port the library for another AVR microcontroller (ex: 328p)?
The text was updated successfully, but these errors were encountered: