serialcomm.h

来自「This a simple hardware UART test program」· C头文件 代码 · 共 20 行

H
20
字号
#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 + =
减小字号Ctrl + -
显示快捷键?