Skip to content

oddioguy45/Teensy-Arcade-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teensy-Arcade-Controller

Teensy 2.0 C script for an arcade controller

Boutons

PORTF0-1    UP-DOWN
PORTF4-5    LEFT-RIGHT
PORTB0-1    BTN1-2
PORTB3-6    BTN3-6
PORTD0      Player one
PORTD2      NewCoin

Install

  1. Install Teensy Loader
  2. Edit the Makefile for your teensy
  3. Compile make
  4. Transfer main.elf on your Teensy

Makefile

chose your version

#MCU = at90usb162       # Teensy 1.0
MCU = atmega32u4        # Teensy 2.0
#MCU = at90usb646       # Teensy++ 1.0
#MCU = at90usb1286      # Teensy++ 2.0

see https://www.pjrc.com/teensy/gcc.html for teensy 3.0

About

Teensy 2.0 C script for an arcade controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published