bme680 0.3.0

A pure Rust implementation for the BME680 environmental sensor.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bme680"
version = "0.3.0"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
description = "A pure Rust implementation for the BME680 environmental sensor."
repository = "https://github.com/marcelbuesing/bme680-hal"
documentation = "https://docs.rs/bme680"
license = "MIT"

[dependencies]
bitflags = "1.0"
embedded-hal = "0.2"
log = "0.4"

[dev-dependencies]
env_logger = "0.5"
i2cdev = "0.3"
linux-embedded-hal = "0.2"