VersBinarii / bme280-rs

A platform agnostic Rust driver for the Bosch BM[PE]-280
Other
59 stars 73 forks source link

feat: update embedded-hal to 1.0.0-alpha.10 and embedded-hal-async to 0.2.0-alpha.1 #29

Closed martinrlilja closed 5 months ago

martinrlilja commented 1 year ago

Small patch to get it running with the latest version of embassy.

note: running cargo check will fail unless stm32f4xx-hal is removed or upgraded.

crespum commented 1 year ago

We are using this branch (I2C, sync). Thanks @martinrlilja.

liebman commented 10 months ago

rc.1 is out the only change I needed was to update the versions in Cargo.toml. Note: I only used blocking i2c....

VersBinarii commented 5 months ago

Its has just been released with a stable version of eh