Skip to content
Snippets Groups Projects
Commit 99fb7112 authored by schneider's avatar schneider
Browse files

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
parent dfcb2590
No related branches found
No related tags found
1 merge request!465fix(sdk): Prevent endless loop on I2C error
Pipeline #5178 passed