diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-18 10:19:36 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-18 10:19:36 +0200 |
| commit | b14dc1bc35994c4da27bd64e7de65ff66ae7ee0d (patch) | |
| tree | 514890d752ef029d97730b6021682e95f17691ee /Software/Embedded_SW/Embedded/Main.c | |
| parent | 493a38117c886c9c9599b67c5297025e54917cfe (diff) | |
| download | Tango-b14dc1bc35994c4da27bd64e7de65ff66ae7ee0d.tar.gz Tango-b14dc1bc35994c4da27bd64e7de65ff66ae7ee0d.zip | |
preparing rapid release
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Main.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c index 6b5424d74..803a22cc4 100644 --- a/Software/Embedded_SW/Embedded/Main.c +++ b/Software/Embedded_SW/Embedded/Main.c @@ -298,6 +298,7 @@ int main(void) //Turn_the_Blower_On();//Turn on with the Default_Voltage ActivateChiller();//WHS Cooler SSR9 //ActivateHeadMagnet(); + Set_Speed_Sensor_TypeII_Registers(10,5);//set default values #endif I2C_ReadingTask_Init(); //EMAC_initEMAC(); @@ -337,11 +338,6 @@ int main(void) // //test_avi(); //example for shai - - -#ifndef EVALUATION_BOARD - //Set_Speed_Sensor_TypeII_Registers(2,2);//set default values -#endif //Read_Speed_Sensor_TypeII();//must be delay between Set_Speed_Sensor_TypeII_Registers to Read_Speed_Sensor_TypeII //Test_ADS120_Internal_Temperature_Sensor(0); |
