Arduino-USB-HID-RetroJoysti.../XBox360_XInput
Jarno Lehtinen 58a46f47fb
Update README.md
2021-11-05 11:48:50 +02:00
..
README.md Update README.md 2021-11-05 11:48:50 +02:00
RetroJoystickAdapter_Playstation_XB360.ino Update RetroJoystickAdapter_Playstation_XB360.ino 2021-01-18 22:52:08 +02:00

README.md

Based on https://github.com/dmadison/ArduinoXInput

  • Install Arduino IDE hardware: https://github.com/dmadison/ArduinoXInput_AVR

  • Install Arduino IDE library from Library manager: XInput by David Madison

  • Tester from Windows Store: Game Controller Tester

  • Doesn't go to flashing mode automatically. Connect RST to GND to get Arduino Pro Micro to programming mode.

  • Arduino Pro Micro needs PB0/SS-pin to work. And it is not broken out. So no SPI for PSX-controller I guess? https://forum.arduino.cc/index.php?topic=427828.0

  • It could be used as pin 17 in code, if led could be disabled?

PsxNewLib

PSX SPI Uno Pro Micro
DATA/2 (brown #brown) MISO D12 (PB4) D14 (PB3)
CMD/3 (orange #orange) MOSI D11 (PB3) D16 (PB2)
CLK/5 (blue #blue) SCK D13 (PB5) D15 (PB1)
ATT/4 (yellow #yellow) SS D10 (PB2) D17 (PB0/RX_LED)