You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: