Crate bmp280_rs[][src]

bmp280-rs

no_std compatible i2c driver for the bmp280 temperature / air pressure sensor.

Status

Basic temperature and pressure readouts are values I expect. Not rigorously tested in production though.

Re-exports

pub use config::*;
pub use error::*;
pub use register::*;
pub use i2c_address::I2CAddress;

Modules

config
error
i2c_address
register

Structs

BMP280
ModeNormal
ModeSleep