From 5468a27b02af006c76c8a7fad1257e6331aa78be Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sun, 25 Feb 2024 20:58:38 +0200 Subject: [PATCH] update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 859baf6..927b4d4 100644 --- a/README.md +++ b/README.md @@ -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: