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
I tried to use this library on an ATtiny85 at the default 1 MHz and can't get the slave to respond. I checked on the oscilloscope and it seems that the SDA hold times are really short (check picture).
Comparison with ESP-WROOM-32 Wire library:
Is there any way to add a delay somewhere between the negative edges of SCL and data change on SDA?
The text was updated successfully, but these errors were encountered:
I tried to use this library on an ATtiny85 at the default 1 MHz and can't get the slave to respond. I checked on the oscilloscope and it seems that the SDA hold times are really short (check picture).
Comparison with ESP-WROOM-32 Wire library:
Is there any way to add a delay somewhere between the negative edges of SCL and data change on SDA?
The text was updated successfully, but these errors were encountered: