📄 zl5011xapiversion.h
字号:
/*******************************************************************************
*
* File name: zl5011xApiVersion.h
*
* Version: 2
*
* Author: MRC
*
* Date created: 20/09/2002
*
* Copyright 2002, 2003, 2004, 2005, Zarlink Semiconductor Limited.
* All rights reserved.
*
* Module Description:
*
* Contains the version number for the API
*
* Revision History:
*
* Rev: Date: Author: Comments:
* 1 20/09/2002 MRC Creation
* 2 31/10/2002 MRC Added variants + minor fixes
*
*******************************************************************************/
#ifndef _ZL5011X_API_VERSION_H
#define _ZL5011X_API_VERSION_H
#ifdef __cplusplus
extern "C" {
#endif
extern Uint16T zl5011xRevisionNumberMajor;
extern Uint16T zl5011xRevisionNumberMinor;
extern Uint16T zl5011xRevisionNumberMicro;
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -