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
Discovered that the I2C 400000L clock frequency is defined in the hardware.cpp file, but it is never set. Need to add this line below Wire.begin(): Wire.setClock(I2C_FREQ); Makes I2C mode noticeably faster.