基质喷涂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
300 B

3 weeks ago
  1. //
  2. // Created by iflyt on 2025/3/19.
  3. //
  4. #ifndef UART_CMD_H
  5. #define UART_CMD_H
  6. #include <main.h>
  7. #define CMD_UART huart2
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. extern UART_HandleTypeDef huart2;
  12. void CMD_UART_Init(void);
  13. void CMD_DMA_Init(void);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif //UART_CMD_H