From ace40acd3d0687a6e2c254628d3c5a0c12e0685a Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 30 May 2021 16:43:15 -0400 Subject: [PATCH] removed last print --- python/voltcurrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/voltcurrent.py b/python/voltcurrent.py index 93330375..01ffc0c3 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -112,7 +112,7 @@ if __name__ == "__main__": if (buses[1] != -1): try: i2c_two = I2C(buses[1]) - print(i2c_two) +# print(i2c_two) try: ina219_five = INA219(i2c_two, addresses[0]) ina219_five.bus_adc_resolution = ADCResolution.ADCRES_12BIT_32S # 1S