table
This commit is contained in:
parent
94f642f13b
commit
b946b74b70
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ gamepads.
|
|||
### Selected pinout
|
||||
|
||||
| PSX signal | rp2040 GPIO | Direction | Description |
|
||||
| DATA | 13 | IN | Receive ID, buttons and adc data from controller |
|
||||
| ---------- | ----------- | --------- | ----------- |
|
||||
| DATA | 13 | IN | Receive ID, buttons and adc data from controller |
|
||||
| CMD | 12 | OUT | Send read commands to controller |
|
||||
| Attention | 6 | OUT | Chip select (active low) for controller |
|
||||
| Clock | 5 | OUT | Clock serial communication for DATA/CMD lines |
|
||||
|
|
Loading…
Reference in a new issue