GBZ Controller Input

From sudomod
Jump to: navigation, search

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 (Amazon) Arduino Leonardo Pro Micro (eBay). A guide for using this board can be found here. If you would like to use an alternative and easy to understand script with support for up to 2 analog sticks in your project, you can check out this guide by sotasystems.
  • A list of alternative Boards can be found under Microcontroller_Boards.

Not Working