Mention drogue-bme680

This commit is contained in:
marcelbuesing 2020-10-12 20:30:58 +02:00
parent 05a6643b1a
commit 80a165cf11
No known key found for this signature in database
GPG key ID: 5E8C5624159F80BB

View file

@ -6,6 +6,9 @@ This repository contains a pure Rust implementation for the [BME680](https://www
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. 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.
# Alternative
[drogue-bme680](https://github.com/drogue-iot/drogue-bme680)
# Example getting started Linux # Example getting started Linux
Determine the I2C device path Determine the I2C device path

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB