From 292ab5f933a8580653ed00a532ba9b7765e955da Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 28 Nov 2018 16:43:04 +0100 Subject: [PATCH] Update Adafruit_BME280.cpp just small correction in the doc --- Adafruit_BME280.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Adafruit_BME280.cpp b/Adafruit_BME280.cpp index b4c9f3b..29179cf 100644 --- a/Adafruit_BME280.cpp +++ b/Adafruit_BME280.cpp @@ -501,8 +501,8 @@ float Adafruit_BME280::readTemperature(void) /**************************************************************************/ /*! - @brief Returns the temperature from the sensor - @returns the pressure value read from the device + @brief Returns the pressure from the sensor + @returns the pressure value (in Pascal) read from the device */ /**************************************************************************/ float Adafruit_BME280::readPressure(void) {