Commit 331aa60d authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Changes test to within standalone

parent e9b6907c
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -34,9 +34,9 @@ if stand_alone: ...@@ -34,9 +34,9 @@ if stand_alone:
'interface_name', 'i2c')])}) 'interface_name', 'i2c')])})
rx = rx_module.Rx(**HARDWARE_CONFIG['rx']) rx = rx_module.Rx(**HARDWARE_CONFIG['rx'])
tx = tx_module.Rx(**HARDWARE_CONFIG['tx']) tx = tx_module.Tx(**HARDWARE_CONFIG['tx'])
ctl = ctl_module.Rx(**HARDWARE_CONFIG['ctl']) #ctl = ctl_module.Rx(**HARDWARE_CONFIG['ctl'])
pwr = pwr_module.Rx(**HARDWARE_CONFIG['pwr']) pwr = pwr_module.pwr(**HARDWARE_CONFIG['pwr'])
tx.polarity = 1 tx.polarity = 1
time.sleep(1) time.sleep(1)
......
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