aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/setup.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-05 20:23:58 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-05 20:23:58 +0200
commit6e63028aec15f93bf82a0452b45a6b4dfec81f05 (patch)
tree3416de57d96b7bcbcf6504fd209bd38f14cf04eb /stm32f091/setup.h
parent1000c8fd861b046a72bb3957dcc04cd6b28ceede (diff)
merge bjorn's code
Diffstat (limited to 'stm32f091/setup.h')
-rw-r--r--stm32f091/setup.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/stm32f091/setup.h b/stm32f091/setup.h
new file mode 100644
index 0000000..36eb9af
--- /dev/null
+++ b/stm32f091/setup.h
@@ -0,0 +1,7 @@
+#pragma once
+
+void SystemClock_Config();
+void MX_I2C2_Init();
+void MX_USART2_UART_Init();
+void MX_GPIO_Init();
+void Error_Handler();