NULL
This commit is contained in:
32
user/Compute/StaticTemperature.h
Executable file
32
user/Compute/StaticTemperature.h
Executable file
@@ -0,0 +1,32 @@
|
||||
/********************************************************************************************************
|
||||
** HY3106<30><36><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӳ<EFBFBD><D3B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͷ<EFBFBD>ļ<EFBFBD>
|
||||
**
|
||||
** Copyright (c) Siargo, Ltd. 2011
|
||||
** All Rights Reserved.
|
||||
**
|
||||
**-------------------------------------------------------------------------------------------------------
|
||||
********************************************************************************************************/
|
||||
#ifndef __StaticTemperature_h__
|
||||
#define __StaticTemperature_h__
|
||||
|
||||
//******************************************************************************
|
||||
#define STATIC_LOW_TA_DEFAULT TEMPRETURE_OFFSET
|
||||
#define STATIC_HIGH_TA_DEFAULT (TEMPRETURE_OFFSET+500)
|
||||
|
||||
#define RH_0_DEFAULT 8500
|
||||
#define RH_50_DEFAULT 10000
|
||||
|
||||
#define RES_FACTOR_DEFAULT 30
|
||||
#define RES_FACTOR_MIN 25
|
||||
#define RES_FACTOR_MAX 35
|
||||
|
||||
// for flowrate compute
|
||||
extern s32 RHCalibDeltaVaule, TACalibDeltaVaule, RHTemperature;
|
||||
//******************************************************************************
|
||||
void StaticTemperatureInit(void);
|
||||
void StaticTGasCompute(void);
|
||||
u16 ComputeRHTemperature(u16 RHRes);
|
||||
|
||||
//******************************************************************************
|
||||
#endif
|
||||
//******************************************************************************
|
||||
Reference in New Issue
Block a user