#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 |
##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.