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
18 lines
229 B
#pragma once
|
|
|
|
#include "stm32f4xx_hal.h"
|
|
#include "main.h"
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
extern UART_HandleTypeDef huart4;
|
|
|
|
|
|
|
|
|
|
|
|
void UART4_Init(void);
|
|
void DBUG_USART1_UART_Init(int32_t baudrate);
|
|
|
|
|