Skip to content

Commit 07c3089

Browse files
authored
Merge pull request #43 from moikorg/patch-1
Update Adafruit_BME280.cpp
2 parents 495c57a + 292ab5f commit 07c3089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adafruit_BME280.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ float Adafruit_BME280::readTemperature(void)
501501

502502
/**************************************************************************/
503503
/*!
504-
@brief Returns the temperature from the sensor
505-
@returns the pressure value read from the device
504+
@brief Returns the pressure from the sensor
505+
@returns the pressure value (in Pascal) read from the device
506506
*/
507507
/**************************************************************************/
508508
float Adafruit_BME280::readPressure(void) {

0 commit comments

Comments
 (0)