You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the state of non-blocking i2c, can it be used? I tried cargo add stm32g0xx-hal --no-default-features --features stm32g071cb,rt,i2c-nonblocking
but compilation fails with could not find blocking in i2c in prelude.rs.
The text was updated successfully, but these errors were encountered:
What is the state of non-blocking i2c, can it be used? I tried
cargo add stm32g0xx-hal --no-default-features --features stm32g071cb,rt,i2c-nonblocking
but compilation fails with
could not find blocking in i2c
inprelude.rs
.The text was updated successfully, but these errors were encountered: