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 support for outputting to Nintendo Gamecube #10

Open
HiramSilvey opened this issue Jun 27, 2021 · 0 comments
Open

Add support for outputting to Nintendo Gamecube #10

HiramSilvey opened this issue Jun 27, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@HiramSilvey
Copy link
Owner

Arduino support for this is here: https://github.com/NicoHood/Nintendo
In order to support Teensy 4.0+, the protocol needs to be re-written since the NicoHood library is written specifically for the AVR cpu architecture. Since the Teensy is so much faster than the Arduino, though, it may be possible to implement the protocol using bit-banging rather than inserting the exact number of NOP instructions.

@HiramSilvey HiramSilvey added the enhancement New feature or request label Jun 27, 2021
@HiramSilvey HiramSilvey self-assigned this Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant