📄 44blib.h
字号:
/*********************************************** * NAME : 44BLIB.H * ***********************************************/#ifndef __44blib_h__#define __44blib_h__#define HT_DELAY (10)#ifdef __cplusplusextern "C" {#endifvoid Port_Init(void);void Uart_Select(int ch);int Return_Uart_Select(void);void Uart_Init(int mclk,int baud);char Uart_Getch(void);int Uart_Getch_Timeout(int timeout);void Uart_Sendch(char data);void Uart_SendData(char data);void Uart_Printf(char *fmt,...);void Uart_SendString(char *pt);void Uart_GetString(char *string);int Uart_GetIntNum(void);int Uart_Flush(void);void Delay(int time); #ifdef __cplusplus}#endif#endif /*__44blib_h__*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -