From c1d8a9442635ff42cd167414c6473738cc639519 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 16 Aug 2020 07:58:46 -0400 Subject: [PATCH] Update ina219_test.py --- python/ina219_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/ina219_test.py b/python/ina219_test.py index 037ddbc9..2a48de5c 100644 --- a/python/ina219_test.py +++ b/python/ina219_test.py @@ -7,6 +7,8 @@ from adafruit_ina219 import ADCResolution, BusVoltageRange, INA219 i2c_bus = board.I2C() +print(i2c_bus) + ina219 = INA219(i2c_bus) print("ina219 test")