hal_uart1.h 173 B

1234567891011
  1. #ifndef __HAL_UART1_H
  2. #define __HAL_UART1_H
  3. #include "stm32f4xx.h"
  4. #define UART1_REC_LEN 128
  5. #define UART1_TX_LEN 128
  6. void hal_uart1_init(void);
  7. #endif // __HAL_UART1_H