📄 serialcomm.h
字号:
#ifndef SERIALCOMM_H#define SERIALCOMM_H//Definitions and function prototypes for the Serial communications module.////see frames.txt for further documentation////part of serJTAGfirmware//http://mspgcc.sf.net//chris <cliechti@gmx.net>#include <stdio.h>#include "asmlib.h"/** size for serial rx and tx buffers*/#define SERBUFSIZE 70#endif //SERIALCOMM_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -