diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-12-30 18:10:58 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-12-30 18:10:58 +0200 |
| commit | 325242bcd9ccbc97bb14b4ca91d01fc7bd999739 (patch) | |
| tree | 6cae88d2f07f9f30dc1cb7bc64ab0ab3ea9f4789 /Software/Embedded_SW/Embedded/Modules | |
| parent | 589f4d3ecc2674b8633b0a0f7d1acd16be6e1fc0 (diff) | |
| download | Tango-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.c | 2 |
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(); } |
