doppelhub

Results 2 comments of doppelhub

Ran into this issue... super fun to troubleshoot. Just wanted to comment that if you want to prevent this hang, you can add "setWireTimeout" immediately following Wire.begin(): `Wire.begin(); Wire.setWireTimeout(1000, true);...

@diesel52 is correct that this library hangs forever if the data line stays low at the end of transmission (e.g. caused by too much capacitance on I2C data line). One...