Luz / teensy-gamepad

Use of a Teensy 2.0 to create a USB-gamepad.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teensy-gampad

Use of a Teensy 2.0 to create a USB-gamepad.

Initially this was thought to be to play frets on fire, but then the code was used to create a normal gamepad (without guitar style).

Building

Install avr-gcc:

# ArchLinux
sudo pacman -S avr-gcc

Build

make

Download

Install teensy-loader-cli

# ArchLinux
yaourt -S teensy-loader-cli

Start teensy-loader-cli and press reset button:

teensy-loader-cli -mmcu=atmega32u4  -w guitar.hex

About

Use of a Teensy 2.0 to create a USB-gamepad.


Languages

Language:C 58.7%Language:Makefile 41.3%