Commit 9437f7f5 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Updates config

Showing with 5 additions and 6 deletions
+5 -6
...@@ -32,18 +32,17 @@ HARDWARE_CONFIG = { ...@@ -32,18 +32,17 @@ HARDWARE_CONFIG = {
'interface_name': 'i2c' 'interface_name': 'i2c'
}, },
'mux': {'boards': 'mux': {'boards':
{'mux_03': {'mux_01':
{'model': 'mux_2024_0_X', {'model': 'mux_2024_0_X',
'roles': ['A', 'B', 'M', 'N'],
'electrodes': range(1, 9),
'tca_address': None, 'tca_address': None,
'tca_channel': 0, 'tca_channel': 0,
'addr2': 'down', 'addr2': 'down',
'addr1': 'down', 'addr1': 'down'}
'roles': {'A': 'X', 'B': 'Y', 'M': 'XX', 'N': 'YY'},
'cabling': {(i+0, j): ('mux_03', i) for j in ['A', 'B', 'M', 'N'] for i in range(1, 9)},
'voltage_max': 12.}
}, },
'default': {'interface_name': 'i2c_ext', 'default': {'interface_name': 'i2c_ext',
'voltage_max': 100., 'voltage_max': 50.,
'current_max': 3.} 'current_max': 3.}
} }
} }
......
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