Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbe committed May 1, 2017
1 parent 4e64808 commit 39bd672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Sample code for reading values from a BME280 via ESP-IDF's I2C master driver
====================

See main sample code main.c_.
See main code main.c_.

----------
About
----------

This sample code implements procedures to read values from BME280 sensor (pressure, temperature, humidity) via ESP-IDF's I2C master driver. It supports both normal mode and forced mode described in `Bosch's BME280 datasheet`_, Section 3.3 Sensor modes, Page 12.
This sample code implement procedures to read values from BME280 sensor (pressure, temperature, humidity) via ESP-IDF's I2C master driver. It supports both normal mode and forced mode described in `Bosch's BME280 datasheet`_, Section 3.3 Sensor modes, Page 12.

----------
For local setup
Expand Down

0 comments on commit 39bd672

Please sign in to comment.