Arduino-USB-HID-RetroJoysti.../XBox360_XInput/README.md

19 lines
599 B
Markdown
Raw Normal View History

2021-01-18 15:06:31 -05:00
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.
2021-01-26 12:11:05 -05:00
2021-01-26 12:11:20 -05:00
- Arduino Pro Micro needs PB0/SS-pin to work. And it is not broken out. So no SPI for PSX-controller I guess?
2021-01-26 12:11:05 -05:00
https://forum.arduino.cc/index.php?topic=427828.0
2021-01-26 13:32:44 -05:00
- It could be used as pin 17 in code, if led could be disabled?