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

More generic error handling #204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

More generic error handling #204

wants to merge 1 commit into from

Conversation

vhdirk
Copy link
Contributor

@vhdirk vhdirk commented Jun 21, 2024

So, I'm working towards revisiting #175 so it could be merged. I'm splitting that up to make the whole process more manageable.

Since in #175 I'm trying to use as little polling as possible, I wanted to have better error handling. Waiting for an edge on a pin is wholly different from SPI communication. In the current code base, errors originating from, for instance, pulling the reset pin low are completely ignored.

I'd love to hear your opinion!

@auto-assign auto-assign bot requested a review from caemor June 21, 2024 11:42
@vhdirk vhdirk force-pushed the errors branch 2 times, most recently from 4946380 to c9a3ac9 Compare June 21, 2024 11:43
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