?? includes.h
字號:
/***************************************************************************************************
*
*文件說明:
*
*
***************************************************************************************************/
/***************************************************************************************************
*
*文件名 :includes.h
*版本 :V0.1
*創建日期 :2006.7.5
*創建者 :程超
*
*最后修改日期 :
*修改者 :
*修改原因及內容 :
*
***************************************************************************************************/
#ifndef INCLUDES_H
#define INCLUDES_H
#include <pic.h>
#include "stddefs.h"
#include "global.h"
#include "uart.h"
#include "handle.h"
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -