From 9231af804602f00c2e1dec2942f6a74d883bd438 Mon Sep 17 00:00:00 2001 From: Nia <73033051+niabassey@users.noreply.github.com> Date: Thu, 13 May 2021 10:11:54 -0700 Subject: [PATCH] Update Adafruit_INA219.cpp Fixed incorrect @brief to match function (bus, not shunt). --- Adafruit_INA219.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_INA219.cpp b/Adafruit_INA219.cpp index a37d987..47f480c 100644 --- a/Adafruit_INA219.cpp +++ b/Adafruit_INA219.cpp @@ -152,7 +152,7 @@ float Adafruit_INA219::getShuntVoltage_mV() { } /*! - * @brief Gets the shunt voltage in volts + * @brief Gets the bus voltage in volts * @return the bus voltage converted to volts */ float Adafruit_INA219::getBusVoltage_V() {