修改温度模块,散热时内循环风扇也打开
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -51472,7 +51472,7 @@
|
||||
"scope": null
|
||||
},
|
||||
{
|
||||
"ID": "c:app_temp.c@12326@F@tempProcess@max_temp",
|
||||
"ID": "c:app_temp.c@12324@F@tempProcess@max_temp",
|
||||
"What": "Variable",
|
||||
"defdec": "Def",
|
||||
"display": "max_temp",
|
||||
|
||||
@@ -229,8 +229,8 @@ static void tempOutput(void *signal_id)
|
||||
un_inf_can_kgf_output1.bit_data.KGF07 = setFanOn();
|
||||
|
||||
// 内循环风扇:KGF09和KGF10
|
||||
un_inf_can_kgf_output1.bit_data.KGF10 = setFanOff();
|
||||
un_inf_can_kgf_output1.bit_data.KGF09 = setFanOff();
|
||||
un_inf_can_kgf_output1.bit_data.KGF10 = setFanOn();
|
||||
un_inf_can_kgf_output1.bit_data.KGF09 = setFanOn();
|
||||
|
||||
// 加热片:KGF13-KGF16
|
||||
un_inf_can_kgf_output1.bit_data.KGF16 = setFanOff();
|
||||
|
||||
Reference in New Issue
Block a user