Minor formatting fix in bme280.md

This commit is contained in:
Arnim Läuger 2016-12-11 22:34:28 +01:00 committed by GitHub
parent d56b4ef2e6
commit 84dc61f068
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ Reads the sensor and returns the temperature, the air pressure, the air relative
- `P` air pressure in hectopascals multiplied by 1000 - `P` air pressure in hectopascals multiplied by 1000
- `H` relative humidity in percent multiplied by 1000 - `H` relative humidity in percent multiplied by 1000
- `QNH` air pressure in hectopascals multiplied by 1000 converted to sea level - `QNH` air pressure in hectopascals multiplied by 1000 converted to sea level
Any of these variables is `nil` if the readout of given measure was not successful. Any of these variables is `nil` if the readout of given measure was not successful.
## bme280.startreadout() ## bme280.startreadout()