From 7c61baabe791d08735b1d87241ca0b9408b36e5b Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Thu, 15 May 2025 17:56:03 +0200 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 071317f..94ddf8f 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ I also designed a 3D-printable case for the adapter, which you can find [here](h The linked parts are only references; feel free to use any compatible hardware or to edit the sketch to suit your hardware. No affiliate links. - [Arduino Pro Mini](https://www.amazon.de/dp/B0CSK6FWSK) - Microswitch to reset the Arduino -- [PS2 controller extension cable](https://www.amazon.de/dp/B07WT6RH72) (you'll need to cut off the female end of this cable to solder its wires to the Arduino) +- [PS2 controller extension cable](https://www.amazon.de/dp/B07WT6RH72) (you'll need to cut off the socket in this cable to solder its wires to the Arduino) - [0.96in display](https://www.amazon.de/dp/B0CFFB62F4) (optional) ## Diagram -![A diagram showing how to connect a PS2 controller female connector and peripherals to an Arduino Pro Micro](pinout.webp) +![A diagram showing how to connect a PS2 controller socket and peripherals to an Arduino Pro Micro](pinout.webp) ## Note on Flashing Flashing the XInput library makes the Arduino unresponsive to further flashing. In order to flash new sketches, you'll need to manually reset the board. You'll need to perform steps 4-6 on every flash as long as you have the Arduino configured for XInput. Find more information about this [in the readme of the Arduino XInput library](https://github.com/dmadison/ArduinoXInput_AVR?tab=readme-ov-file#upload-warning-and-instructions). 1. Wire a switch between GND and RST to act as a reset switch