From c7fcd93f517b23bcbb0575e6a4f279d56808d8c4 Mon Sep 17 00:00:00 2001 From: Shai Frieder Date: Mon, 10 Feb 2020 17:49:50 +0200 Subject: add WHS_Set_Blower_Control_Closed_Loop() add stub to set the rehostat(gass sensor) add detect newWHS card by I2C command to EEPROM --- Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Modules/Control') diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c index 195cc65f3..b24970ea0 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -58,6 +58,7 @@ #include #include +#include Task_Handle Millisecond_Task_Handle; /******************** Definitions ********************************************/ @@ -719,7 +720,9 @@ uint32_t MillisecLowLoop(uint32_t tick) } Trigger_WHS_PT100_Read_All(); Trigger_WHS_MAX11614_Read_allADC(); - Trigger_WHSReadAllFanTacho (); + WHS_Blower_Avarege_ORF1(); + WHS_Blower_Avarege_ORF3(); + Trigger_WHSReadAllFanTacho (); } if (OneMinute_Tick) { -- cgit v1.3.1