We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e70282 commit 9d22307Copy full SHA for 9d22307
adafruit_ina219.py
@@ -477,7 +477,11 @@ def set_calibration_16V_400mA(self): # pylint: disable=invalid-name
477
self.shunt_adc_resolution = ADCResolution.ADCRES_12BIT_1S
478
self.mode = Mode.SANDBVOLT_CONTINUOUS
479
480
- def set_calibration_16V_5A(self):
+ def set_calibration_16V_5A(self): # pylint: disable=invalid-name
481
+ """Configures to INA219 to be able to measure up to 16V and 5000mA of current. Counter
482
+ overflow occurs at 8.0A.
483
+
484
+ .. note:: These calculations assume a 0.02 ohm shunt resistor is present"""
485
# Calibration which uses the highest precision for
486
# current measurement (0.1mA), at the expense of
487
# only supporting 16V at 5000mA max.
0 commit comments