bme680 icon indicating copy to clipboard operation
bme680 copied to clipboard

fix example for reading_temperature.rs

Open dnutiu opened this issue 1 year ago • 3 comments

I'm new to Rust so sorry if I make mistakes.

It seems like the crate from crates.io is not synced to the Github repo and in order to get the example to compile I had to tweak it, please see the PR.

I also had to use the following line in my Cargo.toml.

bme680 = {git = "https://github.com/marcelbuesing/bme680.git", version = "0.6.0"}

dnutiu avatar Feb 24 '24 20:02 dnutiu