?? main.h
字號:
/****************************************Copyright (c) ***************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
** http://www.embedtools.com
**
**--File Info---------------------------------------------------------------------------------------------
** File name: main.h
** Last modified Date:
** Last Version: V1.0
** Descriptions:
**
**--------------------------------------------------------------------------------------------------------
** Created by:
** Created date:
** Version:
** Descriptions:
**
**--------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
*********************************************************************************************************/
#ifndef __MAIN_H
#define __MAIN_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/*********************************************************************************************************
在這里引入用戶程序所需頭文件
*********************************************************************************************************/
#include "config.h"
#include "LCD2478.h"
#include "cursor.h"
/*********************************************************************************************************
** Function name: FIQ_Exception
** Descriptions: FIQ中斷服務程序
** input parameters: none
** output parameters: none
** Returned value: none
*********************************************************************************************************/
void FIQ_Exception (void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __MAIN_H */
/*********************************************************************************************************
END FILE
*********************************************************************************************************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -