Fix I2C lock-up when endTransmission() is called with empty txBuffer
The problem (at least in the case of the I2C scanner that I had to deal with) was related to an empty tx buffer, so the LASTTX event never occurres, resulting into an endless loop.
Showing
Please register or sign in to comment