aboutsummaryrefslogtreecommitdiff
path: root/GameLogic/stm32/stm32Design.md
diff options
context:
space:
mode:
authorFlenk008 <frenk_0_0@hotmail.com>2023-03-04 00:24:32 +0100
committerGitHub <noreply@github.com>2023-03-04 00:24:32 +0100
commitad7a3609b650e4c1fccc7f2f768cfcb75a072b08 (patch)
treea592fdc9c83e6c7bf7eb8553bcecd093ecf6ee68 /GameLogic/stm32/stm32Design.md
parentd5a24b3708bf71504630baf2c88a1660e4732c3c (diff)
parentb82afe9a241fc61c9b4cd64676c3ed804e240ae1 (diff)
Merge pull request #1 from Flenk008/GameLogic
Game logic
Diffstat (limited to 'GameLogic/stm32/stm32Design.md')
-rw-r--r--GameLogic/stm32/stm32Design.md17
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 |