bme280-multibus 0.2.2

BME280 driver with support for SPI and I2C
Documentation
# Contributing

## README Generation

The README file is generated with [cargo-readme], run this if you change the docstring in `src/lib.rs`.

```bash
cargo install cargo-readme
cargo readme > README.md
```

[cargo-readme]: https://github.com/livioribeiro/cargo-readme

## Unit tests

Unit tests are required for all new features.

To test this crate run with the `--all-features` flag:

```bash
cargo test --all-features
```