Describe repository purpose in README
This commit is contained in:
parent
f9c83287a7
commit
e73239c2ba
1 changed files with 4 additions and 1 deletions
|
@ -1 +1,4 @@
|
||||||
WIP Rust bindings for bme680
|
# BME680 + Rust
|
||||||
|
This repository contains a native 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.
|
||||||
|
|
||||||
|
The library uses the [embedded-hal](https://github.com/japaric/embedded-hal) library to abstract reading and writing via I²C. In the examples you can find a demo how to use the library in Linux using the [linux-embedded-hal](https://github.com/japaric/linux-embedded-hal) implementation.
|
||||||
|
|
Loading…
Reference in a new issue