ce_dat.h
来自「TDK 6521 SOC 芯片 DEMO程序」· C头文件 代码 · 共 30 行
H
30 行
/***************************************************************************
* This code and information is provided "as is" without warranty of any
* kind, either expressed or implied, including but not limited to the
* implied warranties of merchantability and/or fitness for a particular
* purpose.
*
* Copyright (C) 2005 Teridian SemiConductor, Corporation.
* All Rights Reserved.
*
***************************************************************************/
//**************************************************************************
// DESCRIPTION: 71M65xx POWER METER - CE Data Image File (8051 C format)
//
// AUTHOR: MTF
//
// HISTORY: May 20 2004
//**************************************************************************
// File: CE_DAT.H
//
// CE Data Image File (8051 C format)
extern const short code NumCeData; // The number of words in the 'CeData' array.
extern const long code CeData[];
/***************************************************************************
* Copyright (C) 2005 Teridian SemiConductor, Corporation.
* All Rights Reserved.
* this program is fully protected by the United States copyright.
* laws and is the property of Teridian SemiConductor CORPORATION.
***************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?