Fix wrong words

This commit is contained in:
Marcel Stör 2016-08-11 20:41:33 +02:00
parent 567b0a5553
commit f2fa23c512
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ altitude in meters of measurement point
## bme280.baro() ## 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. 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 temperature. 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 #### Syntax
`bme280.baro()` `bme280.baro()`