Update readcurrent.py

pull/1/head
alanbjohnston 7 years ago committed by GitHub
parent 5c8e0e6878
commit 125c59a0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ print ina40v, ina40i, ina40p
print ina40v, ina40i, ina40p print ina40v, ina40i, ina40p
INA219DISABLE !=1: if INA219DISABLE !=1:
ina4A = INA219(SHUNT_OHMS, MAX_EXPECTED_AMPS, 0x4a) ina4A = INA219(SHUNT_OHMS, MAX_EXPECTED_AMPS, 0x4a)
ina4A.wake(); ina4A.wake();
ina4A.configure(ina4A.RANGE_16V) ina4A.configure(ina4A.RANGE_16V)

Loading…
Cancel
Save

Powered by TurnKey Linux.