You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not distinguish NACK sources (address/data) which embedded-hal supports. Adding this would change the Error type, most likely renaming the AckCheckFailed variant.
#2814
We could also change the variant to NoAcknowledge(NoAcknowledgeSource) (like in embedded-hal) - we can for now just always use Unknown but will be able to figure out more fine-grained errors in future - we can even only have the Unknown variant for now since that enum will be non-exhaustive
But this still wouldn't allow us to augment the error with more information in future - not sure if (especially in this case) there would be a real benefit to the user but maybe in other cases - which is more something into the direction of #2833
No description provided.
The text was updated successfully, but these errors were encountered: