readme edits

This commit is contained in:
2025-05-10 11:08:21 +02:00
parent 392cf1e24f
commit 83098b3843
+1 -1
View File
@@ -2,11 +2,11 @@
## What's This? ## 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. 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 ## 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) - [Arduino Pro Mini](https://www.amazon.de/dp/B0CSK6FWSK)
- Microswitch to reset the Arduino - 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 female end of this cable to solder its wires to the Arduino)
- [0.96in display](https://www.amazon.de/dp/B0CFFB62F4) (optional) - [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 ## 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 female connector and peripherals to an Arduino Pro Micro](pinout.webp)
## Note on Flashing ## Note on Flashing