bme280 0.2.0

A rust device driver for the Bosch BME280 temperature, humidity, and atmospheric pressure sensor and the Bosch BMP280 temperature, and atmospheric pressure sensor
Documentation
[dependencies.embedded-hal]
version = "0.2.3"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.104"
[dev-dependencies.linux-embedded-hal]
version = "0.3.0"

[package]
authors = ["Sean Bruton <sean@uberfoo.net>"]
categories = ["embedded", "no-std", "hardware-support"]
description = "A rust device driver for the Bosch BME280 temperature, humidity, and atmospheric pressure sensor and the Bosch BMP280 temperature, and atmospheric pressure sensor"
edition = "2018"
keywords = ["bme280", "bmp280", "temperature", "pressure", "humidity"]
license = "MIT OR Apache-2.0"
name = "bme280"
repository = "https://github.com/uber-foo/bme280-rs"
version = "0.2.0"