Update readcurrent.py

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

@ -21,7 +21,7 @@ if INA219DISABLE !=1:
ina40v = ina40.voltage()
ina40i = ina40.current()
ina40p = ina40.power()
except:
print ina40v, ina40i, ina40p
if INA219DISABLE !=1:

Loading…
Cancel
Save

Powered by TurnKey Linux.