From 393f1eaeb97877402a43846e340a18f038e3bfbe Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Tue, 2 May 2023 15:39:44 +0200 Subject: [PATCH] Adds a test of mux_2024 using OhmPi --- test_mux_2024.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_mux_2024.py b/test_mux_2024.py index ad68ca2c..32c217fb 100644 --- a/test_mux_2024.py +++ b/test_mux_2024.py @@ -41,7 +41,7 @@ if within_ohmpi: from OhmPi.ohmpi import OhmPi print('Starting test of mux within OhmPi.') k = OhmPi() - k.switch_mux((1,'A'), state='on') + k.switch_mux_on([1,4,2,3]) time.sleep(1.) k.reset_mux() -- GitLab