pcaro90 / SNUSB

USB SNES Gamepad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SNUSB

What?

A USB device based on the Nintendo SNES Gamepad hardware, emulating a partial keyboard.

The original idea is to use it just as a gamepad for a SNES emulator. Later, it may become something else.

How?

Using a Teensy 2.0, and interfacing with the gamepad microcontroller. This idea was based on the YeOldeJoystick project.

License

Copyright (c) 2014 Pablo Caro. All Rights Reserved.

Pablo Caro <me@pcaro.es> - https://pcaro.es/

Some of the parts were based on the work by John Burkert <johkburkert@gmail.com>, released under the MIT license, and use the "usb_keyboard" code from the PJRC example, released under the MIT license.

About

USB SNES Gamepad

License:GNU General Public License v3.0


Languages

Language:C 96.4%Language:C++ 3.6%