From ee30f44a94923408c6331fbf9edad343e6349b94 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 29 May 2021 18:56:44 -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 6da4d182..08105f24 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -46,7 +46,7 @@ if __name__ == "__main__": ina219 = INA219(i2c_bus, y) # print("ina219 test") - print("Configuring") +# print("Configuring") # optional : change configuration to use 32 samples averaging for both bus voltage and shunt voltage ina219.bus_adc_resolution = ADCResolution.ADCRES_12BIT_32S # 1S ina219.shunt_adc_resolution = ADCResolution.ADCRES_12BIT_32S # 1S