diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-01-14 14:55:18 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-01-14 14:55:18 +0200 |
| commit | 2f253ebabf81ed0ac62e8d12d91bf626e0995f80 (patch) | |
| tree | 78fe6d1cfca7bda26187f44d8d5b1f063b893bb9 /Software/Embedded_SW/Embedded/Main.c | |
| parent | b8f7eaccfcd714a99dd71446150887691d066a2a (diff) | |
| download | Tango-2f253ebabf81ed0ac62e8d12d91bf626e0995f80.tar.gz Tango-2f253ebabf81ed0ac62e8d12d91bf626e0995f80.zip | |
Add function to read the Head Type from the head card EEPROM
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c index ea588fe2a..fc1f1452d 100644 --- a/Software/Embedded_SW/Embedded/Main.c +++ b/Software/Embedded_SW/Embedded/Main.c @@ -79,6 +79,7 @@ #include "Drivers/I2C_Communication/Main_Board_EEPROM/Main_EEPROM.h" #include "delay.h" #include "Drivers/I2C_Communication/Head_Card/IO_Ports/Head_IO.h" +#include "Drivers/I2C_Communication/Head_Card/EEPROM/Head_EEPROM.h" //***************************************************************************** @@ -239,6 +240,7 @@ int main(void) Init_All_I2C(); Block_Main_MUX_TCA9548A_0xE4();//unused, same i2c as head and whs cards + Check_Head_Type_Via_EEPROM(); #ifndef EVALUATION_BOARD STATUS_RED_LED_ON; |
