-
Notifications
You must be signed in to change notification settings - Fork 28
fix example for reading_temperature.rs #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
nice to see to have migrated to embedded hal 1.0.0 One thing: for And the other thing is, |
|
Hello @shufps Thank you for taking the time to review my PR! I've stopped working on this for the moment, but this is a nice opportunity for anyone who wants to get involved to implement the changes. |
|
I used your PR successfully on a STM32 with embassy, works very well, thx a lot for this 🙌 Especially because embedded-hal 1.0.0 is used by embassy and it would have required work to migrate it from the alpha. You saved me a lot of time 🥰 |
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.