Ucodia / ArduinoGenesis

Sega Genesis / Mega Drive gamepad library for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#ArduinoGenesis

ArduinoGenesis is a simplistic library for catching inputs of a Sega Genesis / Mega Drive gamepad from an Arduino board.

##Plug it baby!

The gamepad port (D-sub) must be connected to your Arduino digital pins as follow:

D-Sub Arduino
1 D2
2 D3
3 D4
4 D5
5 5V
6 D6
7 D8
8 GND
9 D7

D-sub DE-9 female

##How does it work?

Install the library and load the example from the Arduino IDE: File > Examples > ArduinoGenesis > ArduinoGenesisDemo

This sample sketch should give you a fair idea of how to use the library.

About

Sega Genesis / Mega Drive gamepad library for Arduino

License:MIT License


Languages

Language:C++ 69.4%Language:Arduino 30.6%