Merge pull request #43 from moikorg/patch-1

Update Adafruit_BME280.cpp
This commit is contained in:
Limor "Ladyada" Fried 2018-11-28 09:39:36 -08:00 committed by GitHub
commit 07c3089265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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) {