Set speed of I2C

Open this file: F:\LinkIt-ONE-IDE\hardware\arduino\mtk\libraries\Wire\Wire.cpp

Find: conf_data.u4FastModeSpeed = 100;

This means speed set to 100k.
If you want to set a higher speed, just change this variable, I have try 1000(1M), works fine.