From 480d922ca56b3f2b515893a32faf33d6051daf37 Mon Sep 17 00:00:00 2001 From: TonyLianLong <1040424979@qq.com> Date: Mon, 8 Aug 2016 19:37:01 +0800 Subject: [PATCH] Update bme280.md (#1) (#1444) The name should be bme280.c, not bit.c . --- 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 92fe92ad..e0961008 100644 --- a/docs/en/modules/bme280.md +++ b/docs/en/modules/bme280.md @@ -1,7 +1,7 @@ # BME280 module | Since | Origin / Contributor | Maintainer | Source | | :----- | :-------------------- | :---------- | :------ | -| 2016-02-21 | [vsky279](https://github.com/vsky279) | [vsky279](https://github.com/vsky279) | [bit.c](../../../app/modules/bme280.c)| +| 2016-02-21 | [vsky279](https://github.com/vsky279) | [vsky279](https://github.com/vsky279) | [bme280.c](../../../app/modules/bme280.c)| This module provides a simple interface to [BME280/BMP280 temperature/air presssure/humidity sensors](http://www.bosch-sensortec.com/bst/products/all_products/bme280) (Bosch Sensortec). @@ -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) \ No newline at end of file +- `t_fine` temperature measure used in pressure and humidity compensation formulas (generally no need to use this value)