Skip to content

Commit 292ab5f

Browse files
authored
Update Adafruit_BME280.cpp
just small correction in the doc
1 parent 495c57a commit 292ab5f

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)