Hi does anyone knows how to set up the i2c speed on the Arduino zero? Thank you!
Hi,
You can use this :
Wire.setClock(int frequency); //Set I2C working frequency (kHz)
I found out that the frequency is not exactly the one passed as parameter, but didn't had the time to investigate.