aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-12-30 18:10:58 +0200
committerAvi Levkovich <avi@twine-s.com>2020-12-30 18:10:58 +0200
commit325242bcd9ccbc97bb14b4ca91d01fc7bd999739 (patch)
tree6cae88d2f07f9f30dc1cb7bc64ab0ab3ea9f4789 /Software/Embedded_SW/Embedded/Modules
parent589f4d3ecc2674b8633b0a0f7d1acd16be6e1fc0 (diff)
downloadTango-325242bcd9ccbc97bb14b4ca91d01fc7bd999739.tar.gz
Tango-325242bcd9ccbc97bb14b4ca91d01fc7bd999739.zip
Add support for setting temerature to shinko
call the function Shinko_Set_temperature(NewTemperature)
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index c5fffff60..1eecca49e 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -840,7 +840,7 @@ uint32_t MillisecLowLoop(uint32_t tick)
}
*/
- if(Shinko_first_read < 2)//read the two steps once and than in cycle every 10 minutes, also will be used to read after updating the temperature
+ if((Shinko_first_read < 2) || (Shinko_Read_Satage == 3))//read the two steps once and than in cycle every 10 minutes, also will be used to read after updating the temperature
{
Shinko_Cycle_Comm();
}