From 854536bbce229f730fb6ae54576ae59c267a2f08 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 29 May 2021 14:50:32 -0400 Subject: [PATCH] and more --- python/voltcurrent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/voltcurrent.py b/python/voltcurrent.py index 0831b657..be450497 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -44,9 +44,9 @@ if __name__ == "__main__": ina219 = INA219(i2c_bus, 0x4a) else: ina219 = INA219(i2c_bus, y) - print("ina219 test") + 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