diff --git a/UART.h b/UART.h new file mode 100644 index 0000000..94a6207 --- /dev/null +++ b/UART.h @@ -0,0 +1,12 @@ +ifndef __UART_H +#define __UART_H + + +#include "stm32f4xx.h" +#include + +void USART2_Init(void); +void test_setup(void); + + +#endif