Describe repository purpose in README

This commit is contained in:
marcelbuesing 2018-05-21 17:21:31 +02:00 committed by marcelbuesing
parent f9c83287a7
commit e73239c2ba
No known key found for this signature in database
GPG key ID: EF3934305E975944

View file

@ -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.