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

Fixing rs_check

Showing with 1 addition and 1 deletion
+1 -1
...@@ -828,7 +828,7 @@ class OhmPi(object): ...@@ -828,7 +828,7 @@ class OhmPi(object):
# if self._hw.tx.voltage != tx_volt: # if self._hw.tx.voltage != tx_volt:
# self._hw.tx.voltage = tx_volt # self._hw.tx.voltage = tx_volt
vab = self._hw.tx.pwr.voltage vab = self._hw.tx.pwr.voltage
print(vab) print(vab, current)
time.sleep(0.2) time.sleep(0.2)
# self.switch_mux_on(quad, bypass_check=True) # put before raising the pins (otherwise conflict i2c) # self.switch_mux_on(quad, bypass_check=True) # put before raising the pins (otherwise conflict i2c)
......
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