Skip to content

Commit

Permalink
Update bme280.md (#1) (#1444)
Browse files Browse the repository at this point in the history
The name should be bme280.c, not bit.c .
  • Loading branch information
TonyLianLong authored and marcelstoer committed Aug 8, 2016
1 parent 276d637 commit 480d922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/modules/bme280.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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)

0 comments on commit 480d922

Please sign in to comment.