Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 952 Bytes

Readme.md

File metadata and controls

19 lines (17 loc) · 952 Bytes

Snes Input Display

An input display made with a teensy 2.0 This input display takes input from a snes controller and outputs it to a console and the computer through usb as an HID gamepad There is a companion program made in love2d to visualize the input for use on livestreams and videos

Schematic

alt tag

Compiling

Look at Teensy's website #Credits Thanks to Josh Kropf for the usb gamepad code Most of the other code made by Altenius Guidance, Planning, Testing, Building, and reference from columna1

#changelog v1.1 Changed design and code to let the console poll the controller directly and then poll the controller in between frames.

v1.0 inital design/code (did not work