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
{{ message }}
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
Wire: added missing error returns; replaced RingBuffer with array for TX
- Added the missing returns values where needed.
- Replaced RingBuffer with a plain array for txBuffer:
Since Wire.beginTransmission(..) always clears the tx buffer there is no
possibility to wrap around, so there is no point in using a ring buffer.
- This also remove a now useless buffer copy in Wire.endTransmission().
0 commit comments