Update voltcurrent.py

pull/126/head
alanbjohnston 5 years ago committed by GitHub
parent 03113feb85
commit d0bef1aa2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,7 @@ if __name__ == "__main__":
i2c_one.bus_voltage_range = BusVoltageRange.RANGE_16V i2c_one.bus_voltage_range = BusVoltageRange.RANGE_16V
oneZero = 1 oneZero = 1
except: except:
# print("Python Error 3", file=sys.stderr, flush=True) print("Python Error 3", file=sys.stderr, flush=True)
try: try:
ina219_two = INA219(i2c_one, addresses[1]) ina219_two = INA219(i2c_one, addresses[1])
except: except:

Loading…
Cancel
Save

Powered by TurnKey Linux.