Crate bmp280_rs

Source
Expand description

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 i2c_address::I2CAddress;
pub use config::*;
pub use error::*;
pub use register::*;

Modules§

config
error
i2c_address
register

Structs§

BMP280
ModeNormal
ModeSleep