diff options
author | Flenk008 <frenk_0_0@hotmail.com> | 2023-03-04 00:24:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-04 00:24:32 +0100 |
commit | ad7a3609b650e4c1fccc7f2f768cfcb75a072b08 (patch) | |
tree | a592fdc9c83e6c7bf7eb8553bcecd093ecf6ee68 /GameLogic/stm32/stm32Design.md | |
parent | d5a24b3708bf71504630baf2c88a1660e4732c3c (diff) | |
parent | b82afe9a241fc61c9b4cd64676c3ed804e240ae1 (diff) |
Merge pull request #1 from Flenk008/GameLogic
Game logic
Diffstat (limited to 'GameLogic/stm32/stm32Design.md')
-rw-r--r-- | GameLogic/stm32/stm32Design.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/GameLogic/stm32/stm32Design.md b/GameLogic/stm32/stm32Design.md new file mode 100644 index 0000000..19f0aa3 --- /dev/null +++ b/GameLogic/stm32/stm32Design.md @@ -0,0 +1,17 @@ +Pin layout + +| 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 | + +| pin FPGA | function | +|---------|----------| +| JB 7 | SPI clock | +| JB 8 | SPI data | +| JB 9 | SPI cs | |