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

Improvement: Infallible GPIO #140

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Phosfor
Copy link
Contributor

@Phosfor Phosfor commented Oct 4, 2022

This is a first draft of an implementation for infallible GPIO (see issue #135) could look like.

For now it unwraps the Result of gpio_set_level. It probably would be better to use expect or use assert or even debug_assert. What is your opinion?

I also noticed that it should be possible to make set_pull infallible as well, but I have not done that change yet.

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.

1 participant