⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uart.h

📁 UART通信 C语言程序,并减少死机发生
💻 H
字号:
#ifdef __UART_H

void    UARTInit(void);
void    UartProcess(void);
uint8   LRC8(uint8 idata usDataLen);
void    ExcepAnswer(uint8 FunCode,uint8 ExcepCode);
void    MsReadAnswer(uint8 fun_code,uint16 reg_num,uint16 *data_buf);
void    MsWriteAnswer(uint8 fun_code,uint16 reg_addr,uint16 reg_num);
#else

extern void    UARTInit(void);
extern void    UartProcess(void);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -