From b946b74b703d56e7ba18bef0c57cdfde4b9ae256 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Sun, 22 Sep 2024 06:59:28 +0200 Subject: [PATCH] table --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2add56b7..a09e437b 100644 --- a/README.md +++ b/README.md @@ -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 |