From 95f19f1c5354f2b23e31f5b44fc10003efacef90 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 23 Oct 2018 18:32:27 -0400 Subject: [PATCH] Update readcurrent.py --- python/readcurrent.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/readcurrent.py b/python/readcurrent.py index 34e8deb0..fdfd51df 100644 --- a/python/readcurrent.py +++ b/python/readcurrent.py @@ -49,7 +49,9 @@ if INA219DISABLE !=1: ina45.wake(); ina45.configure(ina45.RANGE_16V) - print ina4A.voltage(), ina4A.current(), ina4A.power(), ina40.voltage(), ina40.current(), ina40.power(), ina41.voltage(), ina41.current(), ina41.power(), ina44.voltage(), ina44.current(), ina44.power(), ina45.voltage(), ina45.current(), ina45.power() + print ina40.voltage(), ina40.current(), ina40.power(), ina41.voltage(), ina41.current(), ina41.power(), + ina44.voltage(), ina44.current(), ina44.power(), ina45.voltage(), ina45.current(), ina45.power(), + ina4A.voltage(), ina4A.current(), ina4A.power() ina4A.sleep(); ina40.sleep();