From d9fd587dd0da39f79652d7652df6f4e9a0fcc7d9 Mon Sep 17 00:00:00 2001
From: Gijs Schoonderbeek <schoonderbeek@astron.nl>
Date: Tue, 10 Jan 2023 16:14:26 +0100
Subject: [PATCH] Added I2C-switch check

---
 APSCT_I2C.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/APSCT_I2C.py b/APSCT_I2C.py
index 3ac297b..1715b6f 100644
--- a/APSCT_I2C.py
+++ b/APSCT_I2C.py
@@ -59,3 +59,8 @@ PLL_160M = 0x21
 # Central I2C Devices
 #
 EEPROM = 0x50
+
+#
+# I2C switch addresses
+#
+i2c_switch_addr = [0x70, 0x71, 0x72, 0x73]
-- 
GitLab