aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-02-03 10:32:43 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-02-03 10:32:43 +0200
commit0426526fafedf69c01457c31bb71fff5df9009ec (patch)
tree2674e17d56a961b5e9b58c8a06bbb8b15c19cf24 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
parentca927bad3d0336040eb826307f20165631d2580c (diff)
parent4fa1032e38f22a8e0155d35bda0c3ac469f7a612 (diff)
downloadTango-0426526fafedf69c01457c31bb71fff5df9009ec.tar.gz
Tango-0426526fafedf69c01457c31bb71fff5df9009ec.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index 9d794bcd7..6d92e06c9 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -755,6 +755,11 @@ uint32_t MillisecLowLoop(uint32_t tick)
PressureCalc[Disp_i] = MillisecCalculatePressures(Disp_i);
}
}
+#ifdef Use_WHS_Card
+ Trigger_WHS_PT100_Read_All();
+ Trigger_WHS_MAX11614_Read_allADC();
+#endif
+
}
if (OneMinute_Tick)
{