removed last print

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

@ -112,7 +112,7 @@ if __name__ == "__main__":
if (buses[1] != -1):
try:
i2c_two = I2C(buses[1])
print(i2c_two)
# print(i2c_two)
try:
ina219_five = INA219(i2c_two, addresses[0])
ina219_five.bus_adc_resolution = ADCResolution.ADCRES_12BIT_32S # 1S

Loading…
Cancel
Save

Powered by TurnKey Linux.