WS #1

Merged
sundp merged 28 commits from WS into master 2024-10-11 20:50:58 +08:00
3 changed files with 4189 additions and 4181 deletions
Showing only changes of commit 02981ec581 - Show all commits

View File

@ -161,8 +161,8 @@ void Get_GrossWeight(void)
{
gross_weight = HX711_Read();
//gross_weight = KalmanFilter(gross_weight);
//APP_LOG(TS_OFF, VLEVEL_M, "\r\n ##### Gross Weight =%d <<<<<< \r\n",gross_weight);
gross_weight = KalmanFilter(gross_weight);
APP_LOG(TS_OFF, VLEVEL_M, "\r\n ##### Gross Weight =%d <<<<<< \r\n",gross_weight);
}
@ -184,7 +184,7 @@ void Get_NetWeight(void)
//当发现测试出来的重量偏大时,增加该数值。
net_weight = KalmanFilter(net_weight);
//APP_LOG(TS_OFF, VLEVEL_M, "\r\n ##### Net Weight =%d \r\n", net_weight);//如果测试出来的重量偏小时,减小改数值。
APP_LOG(TS_OFF, VLEVEL_M, "\r\n ##### Net Weight =%d \r\n", net_weight);//如果测试出来的重量偏小时,减小改数值。
}
}

File diff suppressed because it is too large Load Diff