From 000c64ec926c126a55972fbf0b4986b43dc06ae5 Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Wed, 26 Apr 2023 15:01:48 +0200
Subject: [PATCH] Tries to implement switch_on in mux_2024

---
 test_mux_2024.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test_mux_2024.py b/test_mux_2024.py
index 49059bb6..f431efd3 100644
--- a/test_mux_2024.py
+++ b/test_mux_2024.py
@@ -4,6 +4,7 @@ change_config('config_ohmpi_card_3_15.py', verbose=False)
 from OhmPi.hardware_components.mux_2024_rev_0_0 import Mux, MUX_CONFIG
 from OhmPi.hardware_components import raspberry_pi as controller_module
 
+print(MUX_CONFIG)
 mux = Mux({'controller': controller_module.Controller()})
 mux.switch_one(elec=1, role='M', state='on')
 time.sleep(2)
-- 
GitLab