diff --git a/dev/test_2_mux_2024.py b/dev/test_2_mux_2024.py index 714721062be3a6862ed9d8e05d99dcbbbc03650d..48e3f2890dc1966a6bdec626a2ec6487e17d7a36 100644 --- a/dev/test_2_mux_2024.py +++ b/dev/test_2_mux_2024.py @@ -8,8 +8,8 @@ from ohmpi.hardware_components import raspberry_pi_i2c as ctl_module # from ohmpi.config import HARDWARE_CONFIG stand_alone_mux = False -part_of_hardware_system = True -within_ohmpi = False +part_of_hardware_system = False +within_ohmpi = True # Stand alone mux if stand_alone_mux: MUX_CONFIG['ctl'] = ctl_module.Ctl()