bme280-rs icon indicating copy to clipboard operation
bme280-rs copied to clipboard

A platform agnostic Rust driver for the Bosch BM[PE]-280

Results 12 bme280-rs issues
Sort by recently updated
recently updated
newest added

I'm playing around with a BME280, and I have to say, this library is a great starting point. However, it seems (please correct me if I'm wrong) that the current...

Hi. I want to use this crate but it seems that `ìnit` needs a delay provider. ``` bme280::i2c::BME280 impl BME280 pub fn init(&mut self, delay: &mut D) -> Result where...