Commit a775c376 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Updates test

Showing with 2 additions and 2 deletions
+2 -2
......@@ -35,14 +35,14 @@ if stand_alone:
MUX_CONFIG.update({'connection': MUX_CONFIG.pop('connection', ctl.interfaces[
MUX_CONFIG.pop('interface_name', 'i2c')])})
MUX_CONFIG.update({'id': mux_id})
print(MUX_CONFIG['cabling'])
rx = rx_module.Rx(**HARDWARE_CONFIG['rx'])
tx = tx_module.Tx(**HARDWARE_CONFIG['tx'])
pwr = pwr_module.Pwr(**HARDWARE_CONFIG['pwr'])
mux = mux_module.Mux(**MUX_CONFIG)
print(mux.cabling)
tx.polarity = 1
time.sleep(1)
tx.polarity = 0
......
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