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
The last byte has to send a stop bit. If you see the code of i2c_read_byte, the second parameter signals sending a stop bit that ends the block read.
The indentation is badly done, but the code is alright.
The function i2cbb_read_i2c_block_data in file i2cbb.c is possibly missing curly brackets judging by the indentation.
should this actually be
The text was updated successfully, but these errors were encountered: