?? includes.h
字號:
/****************************************************************************
* 文件名:includes.h (頭文件)
* 功能:串口通訊包含頭文件集合
* 說明:
****************************************************************************/
#ifndef INCLUDES_H
#define INCLUDES_H
#include <windows.h>
#include <stdio.h>
#include "type.h"
#include "Pcomm.h"
#include "UartCmdType.h"
#include "ErrorType.h"
#include "TypeConversion.h"
#include "UartComm.h"
#include "UartWaitFunc.h"
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -