serial.h

来自「使用picc开发的基于pic16f87x的与上位机进行串行通信的源程序」· C头文件 代码 · 共 17 行

H
17
字号
//*****************
//function prototypes

void serial_setup(void);
void putch(unsigned char c);
unsigned char getch(void);
void putst(register const char * str);
unsigned char usart_timeout(void);
void putchdec(unsigned char c);
void putchhex(unsigned char c);
void putinthex(unsigned int c);

#define putlf putst("\n") //put line feed



⌨️ 快捷键说明

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