From 6a1dff8d05740d86d8fbcfc582818f802d62b13c Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Mon, 26 Oct 2020 17:33:41 +0200 Subject: Update Shinko --- Software/Stubs Collection/stubs/Scripts/WHS_Test_EEPROM.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Stubs Collection') diff --git a/Software/Stubs Collection/stubs/Scripts/WHS_Test_EEPROM.cs b/Software/Stubs Collection/stubs/Scripts/WHS_Test_EEPROM.cs index 88de4de01..5c3708af7 100644 --- a/Software/Stubs Collection/stubs/Scripts/WHS_Test_EEPROM.cs +++ b/Software/Stubs Collection/stubs/Scripts/WHS_Test_EEPROM.cs @@ -12,9 +12,9 @@ using Tango.Stubs; //---------------------- const Int32 I2C_ID = 3; //MCU_I2C3 -const Int32 TCA9548A_address = 0xE2; +const Int32 TCA9548A_address = 0xE0; const Int32 I2C_Slave_Add = 0xA0; // //eeprom address - 32kByte -int Head_Mux_Channel_ID = 0; //WHS MUX channel +int Head_Mux_Channel_ID = 1; //WHS MUX channel //---------------------- -- cgit v1.3.1