⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmx_fttherm.h

📁 cypress cy3721做的外部无线结点。感知温度后将温度值反给中心结点。
💻 H
字号:
//*****************************************************************************
//*****************************************************************************
//  FILENAME:  CMX_FTTHERM.h
//   Version: 1.1, Updated on 2008/6/23 at 14:7:12
//  
//
//  DESCRIPTION:  Header file for the Banked Input Driver
//-----------------------------------------------------------------------------
//      Copyright (c) Cypress MicroSystems 2004. All Rights Reserved.
//*****************************************************************************
//*****************************************************************************

#ifndef CMX_FTTHERM_include
#define CMX_FTTHERM_include

#include "CMX_MVOLTS.h"

// parameter block
typedef struct
{
    const CMX_mVolts_ParameterBlock * ptrEXC;
	const CMX_mVolts_ParameterBlock * ptrTHERM;
}CMX_FTTHERM_ParameterBlock;

int CMX_FTTHERM_GetValue(const CMX_FTTHERM_ParameterBlock * thisBLK);
void CMX_FTTHERM_Instantiate(const CMX_FTTHERM_ParameterBlock * thisBLK);
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -