aboutsummaryrefslogtreecommitdiff
path: root/GameLogic/stm32/stm32Design.md
diff options
context:
space:
mode:
authorFlenk008 <frenk_0_0@hotmail.com>2023-03-10 14:20:09 +0100
committerGitHub <noreply@github.com>2023-03-10 14:20:09 +0100
commit6bd3372103a97f8cb3183f1a7b0a3cfc3c1e1558 (patch)
tree16974fd4462defaf338aba06286992160e4e7246 /GameLogic/stm32/stm32Design.md
parentad7a3609b650e4c1fccc7f2f768cfcb75a072b08 (diff)
parent4a740898621dcfc16fe257b6fe8695c768ec4dd6 (diff)
Merge branch 'lonkaars:dev' into dev
Diffstat (limited to 'GameLogic/stm32/stm32Design.md')
-rw-r--r--GameLogic/stm32/stm32Design.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/GameLogic/stm32/stm32Design.md b/GameLogic/stm32/stm32Design.md
deleted file mode 100644
index 19f0aa3..0000000
--- a/GameLogic/stm32/stm32Design.md
+++ /dev/null
@@ -1,17 +0,0 @@
-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 |