update README.md
This commit is contained in:
parent
2c3fc02fef
commit
5468a27b02
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
BME680 Rust Library
|
||||
=============
|
||||
|
||||
This repository contains a pure Rust implementation for the [BME680](https://www.bosch-sensortec.com/bst/products/all_products/bme680) environmental sensor. The library can be used to read the gas, pressure, humidity and temperature sensors via I²C.
|
||||
This repository contains a pure Rust implementation for the [BME680](https://www.bosch-sensortec.com/bst/products/all_products/bme680) environmental sensor.
|
||||
The library can be used to read the gas, pressure, humidity and temperature sensors via I²C.
|
||||
|
||||
It is a fork of the library written by Marcel Buessing: https://github.com/marcelbuesing/bme680.
|
||||
|
||||
To use this library, create a new project and add it as a dependency:
|
||||
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in a new issue