Commit 8b5c1513 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates a test in dev for 2 muxes 2024

Showing with 2 additions and 2 deletions
+2 -2
...@@ -8,8 +8,8 @@ from ohmpi.hardware_components import raspberry_pi_i2c as ctl_module ...@@ -8,8 +8,8 @@ from ohmpi.hardware_components import raspberry_pi_i2c as ctl_module
# from ohmpi.config import HARDWARE_CONFIG # from ohmpi.config import HARDWARE_CONFIG
stand_alone_mux = False stand_alone_mux = False
part_of_hardware_system = True part_of_hardware_system = False
within_ohmpi = False within_ohmpi = True
# Stand alone mux # Stand alone mux
if stand_alone_mux: if stand_alone_mux:
MUX_CONFIG['ctl'] = ctl_module.Ctl() MUX_CONFIG['ctl'] = ctl_module.Ctl()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment