This commit is contained in:
Daniele Lacamera 2024-09-22 06:59:28 +02:00
parent 94f642f13b
commit b946b74b70

View file

@ -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 |