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.

18 lines
229 B

11 months ago
  1. #pragma once
  2. #include "stm32f4xx_hal.h"
  3. #include "main.h"
  4. #include <stdarg.h>
  5. #include <stdio.h>
  6. #include <string.h>
  7. extern UART_HandleTypeDef huart4;
  8. void UART4_Init(void);
  9. void DBUG_USART1_UART_Init(int32_t baudrate);