Skip to content
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

Add more buttons? Snes Advantage? #1

Closed
shantigilbert opened this issue May 26, 2017 · 1 comment
Closed

Add more buttons? Snes Advantage? #1

shantigilbert opened this issue May 26, 2017 · 1 comment

Comments

@shantigilbert
Copy link

shantigilbert commented May 26, 2017

As far as I can tell with my limited knowledge it seems you are wiring the buttons directly to the Atmega, as opposed to the original Wii retropad adapter. But does this mean we could not add more buttons? say to make an SNES advantage?

@shantigilbert shantigilbert changed the title Add more buttons? Add more buttons? Snes Advantage? May 26, 2017
@bbtinkerer
Copy link
Owner

You can either use IO port expander or use the analog channels to do buttons but they will require extra hardware and more coding. You could also use an AVR chip with more IO ports such as ATmega32A which has 32 IO ports; I think that could do without extra hardware for your SNES buttons. I chose the ATmega328P because that's what was on the Arduino when I first started trying out the retropad adapter code. Just happens that the chip has enough ports for what I need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants