Pure Rust BME680 implementation
Find a file
Adrian Stanciu 05a6643b1a Remove warnings
`unused_parens` is now on by default:

```
warning: unnecessary parentheses around const expression
   --> src\lib.rs:777:35
    |
777 |         let mut coeff_array: [u8; (BME680_COEFF_ADDR1_LEN + BME680_COEFF_ADDR2_LEN)] =
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
    |
    = note: `#[warn(unused_parens)]` on by default

warning: unnecessary parentheses around const expression
   --> src\lib.rs:778:17
    |
778 |             [0; (BME680_COEFF_ADDR1_LEN + BME680_COEFF_ADDR2_LEN)];
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses

warning: 2 warnings emitted
```
2020-08-24 09:21:27 +02:00
ci/no_std_test Fix ci build fails 2019-01-26 10:41:20 +01:00
examples Migrate influx example to influx_db_client crate and tokio 0.2 2020-07-27 13:13:46 +02:00
src Remove warnings 2020-08-24 09:21:27 +02:00
.gitignore Fix ci build fails 2019-01-26 10:41:20 +01:00
.gitmodules Remove c-submodule 2018-05-21 17:01:57 +02:00
.travis.yml Fix ci build fails 2019-01-26 10:41:20 +01:00
Cargo.toml Migrate influx example to influx_db_client crate and tokio 0.2 2020-07-27 13:13:46 +02:00
CHANGELOG.md Bump version to 0.5.1 2020-04-05 21:24:57 +02:00
LICENSE Add License 2018-05-25 22:36:07 +02:00
README.md Add license scan report and status 2019-01-26 10:49:09 +01:00