-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add error handling for FRAM code #185
Comments
Think about whether this actually makes sense. If communication with the FRAM can fail, but we have no way to recover, error handling doesn't really make sense. Well, maybe we can increment an error counter or something. |
Blocked by #237 |
No longer blocked by #237 because error handling for SPI communication works on a higher level now with a supervisor thread. This means that the FRAM code can assume that the SPI functions always work. It only needs to take care of other possible issues that can arise. I am not sure if they exist, though. One needs to go through the code and think about it. |
After FRAM code inspection, no other possible issues were found. |
Description
Use the Experimental Outcome library for proper error handling in the FRAM code.
The text was updated successfully, but these errors were encountered: