commit
07c3089265
|
|
@ -501,8 +501,8 @@ float Adafruit_BME280::readTemperature(void)
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/*!
|
/*!
|
||||||
@brief Returns the temperature from the sensor
|
@brief Returns the pressure from the sensor
|
||||||
@returns the pressure value read from the device
|
@returns the pressure value (in Pascal) read from the device
|
||||||
*/
|
*/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
float Adafruit_BME280::readPressure(void) {
|
float Adafruit_BME280::readPressure(void) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue