Commit 85f30679 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Adds a test of mux_2024 using OhmPi

Showing with 1 addition and 1 deletion
+1 -1
......@@ -38,7 +38,7 @@ if part_of_hardware_system:
k.switch_mux(electrodes=[1,4,2,3], roles=['A', 'B', 'M', 'N'], state='off')
if within_ohmpi:
from OhmPi import OhmPi
from OhmPi.ohmpi import OhmPi
print('Starting test of mux within OhmPi.')
k = OhmPi()
k.switch_mux((1,'A'), state='on')
......
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