ShendoXT / memcarduino

Arduino PlayStation 1 Memory Card reader
GNU General Public License v3.0
248 stars 38 forks source link

Unclear pinout in Readme #27

Closed SpankyToot closed 1 year ago

SpankyToot commented 2 years ago

Just dropping this here, the pinout is unclear as its listing pin numbers but referring to pin names. Here is my suggested edit to make it easier for future users.

Mem Pin 1: DATA - Pin 15 - D12 on Arduino Mem Pin 2: CMND - Pin 14 - D11 on Arduino Mem Pin 3: 7.6V - From external source for cheap copy cards (Not normally needed) Mem Pin 4: GND - Pin 29 - GND on Arduino Mem Pin 5: 3.6V - Pin 27 - +5V on Arduino (Use a voltage divider if concerned about Genuine cards) Mem Pin 6: ATT - Pin 13 - D10 on Arduino Mem Pin 7: CLK - Pin 16 - D13 on Arduino Mem Pin 8: ACK - Pin 5 - D2 on Arduino

Thank you for this awesome project.

ShendoXT commented 1 year ago

Thanks for the heads-up, I changed the readme, hope it's good now.