From 5dd15ae43082f1898e63c97d7691cf4721d86a07 Mon Sep 17 00:00:00 2001 From: Flenk008 Date: Sat, 4 Mar 2023 00:06:22 +0100 Subject: Changed to tables --- GameLogic/stm32/stm32Design.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'GameLogic/stm32') diff --git a/GameLogic/stm32/stm32Design.md b/GameLogic/stm32/stm32Design.md index 2fc0cec..19f0aa3 100644 --- a/GameLogic/stm32/stm32Design.md +++ b/GameLogic/stm32/stm32Design.md @@ -1,16 +1,17 @@ -Pin layout stm32: +Pin layout -PA5 / D13: SPI clock. -PA7 / D11: SPI data MOSI. -PA9 / D8: SPI cs. +| pin STM | function | +|---------|----------| +| PA5 / D13 | SPI clock | +| PA7 / D11 | SPI MOSI | +| PA9 / D8 | SPI cs | +| PB4 / D5 | button 1 | +| PB5 / D4 | button 2 | +| PB6 / D10 | button 3 | +| PB8 / D15 | button 4 | -PB4 / D5: button 1. -PB5 / D4: button 2. -PB6 / D10: button 3. -PB8 / D15: button 4. - - -Pin layour FPGA: -JB 7: SPI clock. -JB 8: SPI data. -JB 9: SPI cs. +| pin FPGA | function | +|---------|----------| +| JB 7 | SPI clock | +| JB 8 | SPI data | +| JB 9 | SPI cs | -- cgit v1.2.3