Skip to content

Commit

Permalink
Update Adafruit_INA219.cpp
Browse files Browse the repository at this point in the history
Fixed incorrect @brief to match function (bus, not shunt).
  • Loading branch information
niabassey authored May 13, 2021
1 parent a0d1585 commit 9231af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_INA219.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9231af8

Please sign in to comment.