diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-01 18:28:41 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-01 18:28:41 +0200 |
| commit | beec9e4961b89d0146ca6cf8d4c42b5b7a94fed0 (patch) | |
| tree | 7c2ce66244fc50604331fa40ca33ae420764b033 /Software/Stubs Collection/stubs/Scripts/WHS_Test_EEPROM.cs | |
| parent | e1ee0eafc192d6df9fa41a2749d016473d7563f4 (diff) | |
| download | Tango-beec9e4961b89d0146ca6cf8d4c42b5b7a94fed0.tar.gz Tango-beec9e4961b89d0146ca6cf8d4c42b5b7a94fed0.zip | |
several changes in stubs, some fixes, stub for WHS v0 read
Diffstat (limited to 'Software/Stubs Collection/stubs/Scripts/WHS_Test_EEPROM.cs')
| -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 5c3708af7..88de4de01 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 = 0xE0; +const Int32 TCA9548A_address = 0xE2; const Int32 I2C_Slave_Add = 0xA0; // //eeprom address - 32kByte -int Head_Mux_Channel_ID = 1; //WHS MUX channel +int Head_Mux_Channel_ID = 0; //WHS MUX channel //---------------------- |
