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
This requires us to sync with the Arduino Wire API which introduced a setClock() function to set the clock to a value other than the standard 100kHz. When this is implemented, we can default the clock to 100kHz allowing faster clocks through the setClock() API.
I²C is configured in fast mode 400 kHz by default.
msp432r-core/cores/msp432r/ti/runtime/wiring/Wire.cpp
Line 123 in 0faf18b
Provide standard mode 100 kHz for compatibility and fast mode plus 1 MHz as well.
The text was updated successfully, but these errors were encountered: