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.
The text was updated successfully, but these errors were encountered:
I2C frequency should be set by the user in main sketch because we don't know what other, possibly slower, devices may be on the bus. I'm removing define from hardware.cpp.
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.
The text was updated successfully, but these errors were encountered: