Skip to content

Commit

Permalink
Merge pull request #50 from niabassey/patch-1
Browse files Browse the repository at this point in the history
Brief corrected for Adafruit_INA219::getBusVoltage_V
  • Loading branch information
ladyada authored May 13, 2021
2 parents a0d1585 + 9231af8 commit b604b6b
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 b604b6b

Please sign in to comment.