From 891180b1c4f70d6a6d666b4f4996baac209f59d2 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 4 Sep 2020 07:14:05 -0400 Subject: [PATCH] 0x4a sensor reading working --- python/voltcurrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/voltcurrent.py b/python/voltcurrent.py index 577ae08a..51d4444e 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -34,7 +34,7 @@ if __name__ == "__main__": # Create library object using Extended Bus I2C port # print("bus: ", x, " addr: ", y) if x == 0 and y == 0x45: -% print("Reading INA219 in MoPower Board") +# print("Reading INA219 in MoPower Board") i2c_bus = I2C(1) ina219 = INA219(i2c_bus, 0x4a) else: