Skip to content

Commit

Permalink
Merge pull request #74 from caternuson/iss71_typo
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
evaherrada authored Jul 1, 2022
2 parents 10501c7 + dcced05 commit 44b9df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_BMP280.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ void Adafruit_BMP280::readCoefficients() {

/*!
* Reads the temperature from the device.
* @return The temperature in degress celcius.
* @return The temperature in degrees celsius.
*/
float Adafruit_BMP280::readTemperature() {
int32_t var1, var2;
Expand Down

0 comments on commit 44b9df0

Please sign in to comment.