Pure Rust BME680 implementation
05a6643b1a
`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 ``` |
||
---|---|---|
ci/no_std_test | ||
examples | ||
src | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |