fix(sdk): Prevent endless loop on I2C error
The read operation needs to wait until the stop bit it sends on error is handled. Otherwise a following write operation will loop.
Closes #226 (closed)
The read operation needs to wait until the stop bit it sends on error is handled. Otherwise a following write operation will loop.
Closes #226 (closed)
Looks good to me! Thanks for keeping our codebase clean.
However, I'm only a bot - so a human will still have to approve this request.
merged