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
@per1234
+1 for this issue. Important to connect to low speed devices e.g. AGS02MA
Such a solution would allow support for I2C bus speed from ~30 KHz down to 500 Hz (also think long wires)
https://github.com/arduino/ArduinoCore-avr/blob/master/libraries/Wire/src/utility/twi.c#L139
doesn't calculate/change the TWSR prescaler, which means that we can't get below approx 16mhz / 255*2 = 30KHz
i'm happy to submit a PR, would look like this (TWSR is write-only on the two lowest bits)
The text was updated successfully, but these errors were encountered: