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 1.0. #28

Merged
merged 2 commits into from
Jan 19, 2024
Merged

Update to embedded-hal 1.0. #28

merged 2 commits into from
Jan 19, 2024

Conversation

qwandor
Copy link
Contributor

@qwandor qwandor commented Jan 18, 2024

Most notably, embedded-hal now distinguishes between SPI buses and devices. an SpiDevice implementation manages the CS pin itself, so we don't need to do so manually anymore.

Most notably, embedded-hal now distinguishes between SPI buses and
devices. an SpiDevice implementation manages the CS pin itself, so we
don't need to do so manually anymore.
Copy link
Owner

@eldruin eldruin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, thank you!

Cargo.toml Outdated Show resolved Hide resolved
@eldruin eldruin merged commit b96d86a into eldruin:master Jan 19, 2024
21 of 22 checks passed
@eldruin
Copy link
Owner

eldruin commented Jan 22, 2024

For the record, I have released this in the 1.0.0 release

@qwandor
Copy link
Contributor Author

qwandor commented Jan 22, 2024

Thanks!

@qwandor qwandor deleted the embedded-hal branch January 22, 2024 08:35
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

Successfully merging this pull request may close these issues.

2 participants