Update README.md

This commit is contained in:
Jarno Lehtinen 2021-11-05 11:48:50 +02:00 committed by GitHub
parent a842643503
commit 58a46f47fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -17,14 +17,15 @@ Game Controller Tester
https://forum.arduino.cc/index.php?topic=427828.0
- It could be used as pin 17 in code, if led could be disabled?
## New PS-library
## PsxNewLib
- https://github.com/SukkoPera/PsxNewLib
- https://github.com/SukkoPera/PsxControllerShield
- https://github.com/SukkoPera/PsxControllerShield/blob/master/doc/schematics.pdf
Pin | Uno | Pro Micro
--- | --- | ---
MISO | D12 (PB4) | D14 (PB3)
MOSI | D11 (PB3) | D16 (PB2)
SCK | D13 (PB5) | D15 (PB1)
SS | D10 (PB2) | D17 (PB0/RX_LED)
PSX | SPI | Uno | Pro Micro
--- | --- | --- | ---
DATA/2 (brown ![#brown](https://via.placeholder.com/15/c68c53/000000?text=+)) | MISO | D12 (PB4) | D14 (PB3)
CMD/3 (orange ![#orange](https://via.placeholder.com/10/ff8000/000000?text=+)) | MOSI | D11 (PB3) | D16 (PB2)
CLK/5 (blue ![#blue](https://via.placeholder.com/10/0000ff/000000?text=+)) | SCK | D13 (PB5) | D15 (PB1)
ATT/4 (yellow ![#yellow](https://via.placeholder.com/10/ffff00/000000?text=+)) | SS | D10 (PB2) | D17 (PB0/RX_LED)