-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add embedded-hal v1.0 release blog post. #197
Conversation
db0f3d3
to
e46886f
Compare
e46886f
to
65eea70
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, commented a few grammatical and typographic suggestions
I think it should be mentioned that UART moved to |
|
||
## SPI bus sharing | ||
|
||
![SPI bus/device diagram](../spi-shared-bus.svg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, is that path okay? Currently the image would end up on the same level.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zola makes the url end up like http://127.0.0.1:1111/embedded-hal-v1/
so the ../
is needed, I've checked it works with zola serve
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you!
Co-authored-by: Ralph Ursprung <39383228+rursprung@users.noreply.github.com>
|
||
## Async | ||
|
||
A new addition is the `embedded-hal-async` crate, containing async versions of the traits. With today's Rust 1.75 release, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe it'd make sense to add a link here to the rust 1.75 announcement (once it's out and the URL is known)? might help some users interested in it to find further details on the newly stabilised async features mentioned here
Someone requested some art/visuals to break up the text, so here’s my cc-by-sa licensed embedded ferris in case you want to use it https://waterpigs.co.uk/notes/5UrMgn/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
To be merged the 28th.
Rendered