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

move to embedded-hal 1.0 #35

Closed
wants to merge 2 commits into from
Closed

move to embedded-hal 1.0 #35

wants to merge 2 commits into from

Conversation

lightyear15
Copy link
Contributor

and upgrade other dependencies

and upgrade other dependencies
@lightyear15
Copy link
Contributor Author

You can have a look at the passing CI in here

Copy link
Owner

@dbrgn dbrgn left a comment

Choose a reason for hiding this comment

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

Thanks, replaced by #36 and #37 (as mentioned in #34).

match mode {
PowerMode::NormalMode => 14400,
PowerMode::LowPower => 940,
Copy link
Owner

Choose a reason for hiding this comment

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

After this change, the docs and the implementation don't match anymore. But in any case, there's no need for a change, DelayNs also provides a delay_us method (and we don't need nanosecond precision).

@dbrgn dbrgn closed this May 10, 2024
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