NULL
This commit is contained in:
29
user/Compute/TemperatureCorrect.h
Executable file
29
user/Compute/TemperatureCorrect.h
Executable file
@@ -0,0 +1,29 @@
|
||||
/********************************************************************************************************
|
||||
** 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 __TemperatureCorrect_h__
|
||||
#define __TemperatureCorrect_h__
|
||||
|
||||
|
||||
#define CODE_COEFF_GIAN 10000
|
||||
//==============================================================================
|
||||
extern u16 calibTANode[];
|
||||
extern u16 calibTAVal[], curveTANum;
|
||||
extern u16 resFactor,temperatureFactor;
|
||||
|
||||
/******************************************************************************/
|
||||
void TemperatureCorrectInit(void);
|
||||
u8 ReadTACurveNodeAndValue(u16 I);
|
||||
void DefaultTACuvre(void);
|
||||
void RetriveTACurve(void);
|
||||
u16 GetTACurveValue(u16 calibIndex);
|
||||
void ReadCurveByCom(void);
|
||||
void WriteCurveByCom(void);
|
||||
|
||||
void TemperatureCorrection(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user