Skip to content
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

Update to embedded-hal v1.0 #50

Open
wowkster opened this issue Sep 16, 2024 · 1 comment
Open

Update to embedded-hal v1.0 #50

wowkster opened this issue Sep 16, 2024 · 1 comment

Comments

@wowkster
Copy link

At this point embedded-hal v1.0 has been out for several months now. Is there a good reason to stay on embedded-hal v0.2.4 for this crate? If not, upgrading should be considered in the near future.

@eivindbergem
Copy link

The serial::Read and serial::Write traits have been removed from embedded-hal v1.0 and the crate already implements Read and Write from embedded-io, so in a way it supports both v0.2.4 and v1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants