|
- <blockquote>void MF_UART5_Init(void)
复制代码 UART5初始化函数,
print.h文件代码
- #ifndef __PRINT_1_H__
- #define __PRINT_1_H__
- #include "fm33lc0xx_fl.h"
- #include <string.h>
- #include <stdarg.h>
- #include <stdio.h>
- void MF_UART5_Init(void);
- void UART5_printf (char *fmt, ...) ;
- #define UART5_SEND_LEN 300
- #endif
复制代码
|
|