📄 config.h
字号:
/****************************************Copyright (c)****************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
** http://www.embedtools.com
**
**--------------File Info---------------------------------------------------------------------------------
** File Name: config.h
** Last modified Date: 2009-05-15
** Last Version: V1.01
** Descriptions: User Configurable File
**
**--------------------------------------------------------------------------------------------------------
** Created By: LinEnqiang
** Created date: 2009-06-12
** Version: V1.00
** Descriptions: First version
**
**--------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
*********************************************************************************************************/
#ifndef __CONFIG_H
#define __CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/*********************************************************************************************************
固件的特殊代码, 这一段无需改动
*********************************************************************************************************/
#include ".\ZY_CODE\firmware.h"
/*********************************************************************************************************
配置代码定义
*********************************************************************************************************/
#include ".\cfg_file\target_cfg.h"
#include ".\cfg_file\Startup\LPC1700PinCfg.h"
/*********************************************************************************************************
在下面用户可以添加自己的配置
*********************************************************************************************************/
#include <stdio.h>
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif
/********************************************************************************************************
** End Of File
********************************************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -