?? inc.h
字號(hào):
/***********************************
* Company : HSLCN
*
* Filename: inc.h
* Summary : A declaration File
*
* Version : 1.0
* Author : lxyppc
* CreateDate:2007-1-1
*
* Copyright (C) 2007 : lxyppc
* All rights reserved.
************************************/
#ifndef INC_H
#define INC_H
/* Add your declaration here: */
//PIC defines
#include <pic.h>
//Display defines
#include "display.h"
//some type define like LED types
#include "mydefine.h"
//Operation of DS1302
#include "DS1302op.h"
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -