#ifndef MYUART_H #define MYUART_H #include "stm32f10x.h" void UART_send(char data); void UART_init(void); void UART_ITHandler(void); #endif