-
- Downloads
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
Loading
Please register or sign in to comment
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