From 98d3b46e2c11068f361154a564ce75a048c9dadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Wed, 3 Aug 2016 22:24:20 +0200 Subject: [PATCH] Revert "documentation-only change: fixed wrong word in bme280 module doc" (#1438) --- docs/en/modules/bme280.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/modules/bme280.md b/docs/en/modules/bme280.md index 2e2a067d..92fe92ad 100644 --- a/docs/en/modules/bme280.md +++ b/docs/en/modules/bme280.md @@ -23,8 +23,8 @@ altitude in meters of measurement point ## bme280.baro() -Reads the sensor and returns the air pressure in hectopascals as an integer multiplied with 1000 or `nil` when readout is not successful. -Current temperature is needed to calculate the air pressure so temperature reading is performed prior reading pressure data. Second returned variable is therefore current air temperature. +Reads the sensor and returns the air temperature in hectopascals as an integer multiplied with 1000 or `nil` when readout is not successful. +Current temperature is needed to calculate the air pressure so temperature reading is performed prior reading pressure data. Second returned variable is therefore current temperature. #### Syntax `bme280.baro()` @@ -196,4 +196,4 @@ none #### Returns - `T` temperature in celsius as an integer multiplied with 100 or `nil` when readout is not successful -- `t_fine` temperature measure used in pressure and humidity compensation formulas (generally no need to use this value) +- `t_fine` temperature measure used in pressure and humidity compensation formulas (generally no need to use this value) \ No newline at end of file