From 0322625186f47f77d5fb32a0e31de47e0926765f Mon Sep 17 00:00:00 2001 From: mcgurk Date: Thu, 22 Sep 2016 20:53:36 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bdb7d1a..4664401 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ Some joystick/gamepads uses their own connectors and original connectors can be You can use any IO-pins, but try to avoid pins 0 and 1. They are serial port TX and RX pins and even though they are not used right now, they are handy for debugging and other uses. Example in [Hardware](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/tree/master/Hardware) folder. +Example of NES-controller wiring: +![NES wiring](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/raw/master/Hardware/nes.png) + ### Setup - Download and install Arduino IDE: https://www.arduino.cc/en/Main/Software