From f2fa23c51270a37f9d1664e1b99cb1a7b71dbb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 11 Aug 2016 20:41:33 +0200 Subject: [PATCH] Fix wrong words --- docs/en/modules/bme280.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/modules/bme280.md b/docs/en/modules/bme280.md index e0961008..60b73a3a 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 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. +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. #### Syntax `bme280.baro()`