diff --git a/README.md b/README.md index 3321b2d..e36755f 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## What's This? This is a sketch for an Arduino Pro Mini-based adapter that converts DualShock 2 controller signals into XInput! This way, you can use PS2 controllers on any PC without extra software. ## Required Hardware +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) - [0.96in display](https://www.amazon.de/dp/B0CFFB62F4) (optional) -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. ## Diagram ![A diagram showing how to connect a PS2 controller female connector and peripherals to an Arduino Pro Micro](pinout.webp) ## Note on Flashing