diff options
Diffstat (limited to 'Software/Stubs Collection/stubs/Scripts')
| -rw-r--r-- | Software/Stubs Collection/stubs/Scripts/WHS_Test_EEPROM.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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 //---------------------- |
