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
316: I2C NACK error nesting r=therealprof a=yodaldevoid
This idea was first proposed [here](#296 (comment)), but broken out to keep things moving.
This merges `ErrorKind::NoAcknowledgeData` and `ErrorKind::NoAcknowledgeAddress` into one variant with a source field to indicate what the NACK was in response to. Some drivers may not be able to differentiate between NACKs on address or data bytes so they should use `NoAcknowledgeSource::Unknown`.
Feel free to bikeshed names and documentation. I used the most obvious names to me, but naming is one of the hardest problems in programming.
Co-authored-by: Gabriel Smith <[email protected]>
0 commit comments