diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-11 14:27:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-11 14:27:53 +0200 |
commit | 5b1f94522624e18fe9fd94478ada1c8d8997b747 (patch) | |
tree | d9a34d21a620a700b9fb0dbf5ba4cef59fb44683 /stm32f091/main.h | |
parent | 687767404ede06182a5d1f09ab3b7c66ba5f4d13 (diff) |
more WIP, untested i2c but usart2 works
Diffstat (limited to 'stm32f091/main.h')
-rw-r--r-- | stm32f091/main.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stm32f091/main.h b/stm32f091/main.h index b8a1db5..9595166 100644 --- a/stm32f091/main.h +++ b/stm32f091/main.h @@ -1,10 +1,3 @@ #pragma once -#include <stm32f0xx_hal_i2c.h> -#include <stm32f0xx_hal_uart.h> - -extern I2C_HandleTypeDef hi2c1; -extern UART_HandleTypeDef huart2; - -void task_1(); int main(); |