Difference between revisions of "GBZ Controller Input"

From sudomod
Jump to: navigation, search
(Created page with "==Original== [https://www.pjrc.com/store/teensylc.html Teensy LC] ==Alternatives== ===Working=== GPIO-based input allows you to skip the secondary board. The upside is you do...")
 
Line 3: Line 3:
 
==Alternatives==
 
==Alternatives==
 
===Working===
 
===Working===
GPIO-based input allows you to skip the secondary board.  The upside is you don't have to buy a Teensy or Leonardo or other Arduino board.  The downside is it makes it more difficult to change how the controls behave (whether you want them to act like a keyboard, or a gamepad, etc.) or upgrade the Pi in the future.  Guide here: [http://sudomod.com/forum/viewtopic.php?f=22&t=57]
+
GPIO-based input allows you to skip the secondary board.  The upside is you don't have to buy a Teensy or Leonardo or other Arduino board.  The downside is it makes it more difficult to change how the controls behave (whether you want them to act like a keyboard, or a gamepad, etc.) or upgrade the Pi in the future.  A guide for doing this can be [http://sudomod.com/forum/viewtopic.php?f=22&t=57 found here].
  
[https://www.amazon.com/OSOYOO-ATmega32U4-arduino-Leonardo-ATmega328/dp/B012FOV17O Arduino Leonardo Pro Micro]
+
[https://www.amazon.com/OSOYOO-ATmega32U4-arduino-Leonardo-ATmega328/dp/B012FOV17O Arduino Leonardo Pro Micro].  A guide for using this board can be [http://sudomod.com/forum/viewtopic.php?f=8&t=612 found here].
 
===Not Working===
 
===Not Working===

Revision as of 17:32, 16 June 2016

Original

Teensy LC

Alternatives

Working

GPIO-based input allows you to skip the secondary board. The upside is you don't have to buy a Teensy or Leonardo or other Arduino board. The downside is it makes it more difficult to change how the controls behave (whether you want them to act like a keyboard, or a gamepad, etc.) or upgrade the Pi in the future. A guide for doing this can be found here.

Arduino Leonardo Pro Micro. A guide for using this board can be found here.

Not Working