aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-03-24 13:42:15 +0200
committerAvi Levkovich <avi@twine-s.com>2019-03-24 13:42:15 +0200
commitc4be36f27bc7c0fa9d0153d6d09ab13bc1826ee8 (patch)
treea8dd389ad4eb64473104e9d6d8baa23b91888a44 /Software/Embedded_SW/Embedded/Modules/Control
parent908189dee60097f5bf4e13e7c080836f52e0585d (diff)
downloadTango-c4be36f27bc7c0fa9d0153d6d09ab13bc1826ee8.tar.gz
Tango-c4be36f27bc7c0fa9d0153d6d09ab13bc1826ee8.zip
add functions to read the jogging and load buttons
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index 7c7885692..738f59686 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -474,6 +474,7 @@ uint32_t MillisecLowLoop(uint32_t tick)
if (Hundred_msTick)
{
Speed_Data = Calculate_Speed_Sensor_Velocity();
+ Read_Buttons_Reg();
for (Sensor_i = 0;Sensor_i < MAX_TEMPERATURE_SENSOR_ID;Sensor_i++)
{
MillisecReadFromTempSensor(Sensor_i, NULL);