|
@@ -588,8 +588,8 @@ uint8_t AD7124_ReadAllReg(struct AD7124_ATY_Cfg* cfg, struct AD7124_ATY_Dev* dev
|
|
|
// }
|
|
// }
|
|
|
|
|
|
|
|
// float rcTemp[2] = {0};
|
|
// float rcTemp[2] = {0};
|
|
|
-// rcTemp[0] = rcLpFiter(&rcfp_BT[0], belowTempCalc);
|
|
|
|
|
-// rcTemp[1] = rcLpFiter(&rcfp_BT[1], rcTemp[0]);
|
|
|
|
|
|
|
+// rcTemp[0] = rcLpFilter(&rcfp_BT[0], belowTempCalc);
|
|
|
|
|
+// rcTemp[1] = rcLpFilter(&rcfp_BT[1], rcTemp[0]);
|
|
|
// if(ALGO_ABS(belowTempCalc - rcTemp[0]) > 0.1) {
|
|
// if(ALGO_ABS(belowTempCalc - rcTemp[0]) > 0.1) {
|
|
|
// rcfp_BT[0].lVal = belowTempCalc;
|
|
// rcfp_BT[0].lVal = belowTempCalc;
|
|
|
// rcfp_BT[1].lVal = belowTempCalc;
|
|
// rcfp_BT[1].lVal = belowTempCalc;
|