17 lines
474 B
C
17 lines
474 B
C
/*
|
|
* @Author: 吴俊潮 24472040@qq.com
|
|
* @Date: 2024-03-28 09:00:25
|
|
* @LastEditors: 吴俊潮 24472040@qq.com
|
|
* @LastEditTime: 2024-03-28 09:01:20
|
|
* @FilePath: \mfps\App\Inc\serial_port.h
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
*/
|
|
#ifndef _SERIAL_PORT_H
|
|
#define _SERIAL_PORT_H
|
|
|
|
void Tx_RX_UART1(void);
|
|
void uart_test(void);
|
|
|
|
#endif
|
|
|