Difference between revisions of "GBZ Controller Input"

From sudomod
Jump to: navigation, search
(Working)
Line 6: Line 6:
 
<li>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].</li>
 
<li>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].</li>
 
<li>[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].</li>
 
<li>[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].</li>
 +
<li>A list of alternative Boards can be found under [[Microcontroller_Boards]].</li>
 
</ul>
 
</ul>
 +
 
===Not Working===
 
===Not Working===

Revision as of 23:35, 5 September 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.
  • A list of alternative Boards can be found under Microcontroller_Boards.

Not Working