bmp280-rs
no_std compatible i2c driver for the bmp280 temperature / air pressure sensor.
no_std
Basic temperature and pressure readouts are values I expect. Not rigorously tested in production though.
pub use i2c_address::I2CAddress;
pub use config::*;
pub use error::*;
pub use register::*;