Update voltcurrent.py

pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent ead8ddddca
commit bbdc02163b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,8 @@ if __name__ == "__main__":
ina219.shunt_adc_resolution = ADCResolution.ADCRES_12BIT_32S # 1S
# optional : change voltage range to 16V
ina219.bus_voltage_range = BusVoltageRange.RANGE_16V
except:
except:
# No try checking yet
i2c_one = I2C(buses[0])

Loading…
Cancel
Save

Powered by TurnKey Linux.