Update voltcurrent.py

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

@ -66,10 +66,10 @@ if __name__ == "__main__":
ina219_two = INA219(i2c_one, addresses[1])
ina219_three = INA219(i2c_one, addresses[2])
ina219_four= INA219(i2c_one, addresses[3])
ina219_five= INA219(i2c_two, addresses[4])
ina219_six = INA219(i2c_two, addresses[5])
ina219_seven = INA219(i2c_two, addresses[6])
ina219_eight = INA219(i2c_two, addresses[7])
ina219_five= INA219(i2c_two, addresses[0])
ina219_six = INA219(i2c_two, addresses[1])
ina219_seven = INA219(i2c_two, addresses[2])
ina219_eight = INA219(i2c_two, addresses[3])
while (True):
# print("{:6.3f} ".format(0), "{:6.3f} ".format(0))

Loading…
Cancel
Save

Powered by TurnKey Linux.