Commit fc3879ef authored by Vincent van Beveren's avatar Vincent van Beveren

Changed I2C speed for better compatibility

parent e41d631a
......@@ -68,7 +68,7 @@ public class MultiSFPDevice extends SFPDeviceBase {
_mpsseA = new JavaFTD2xxMPSSE(_portA);
_mpsseB = new JavaFTD2xxMPSSE(_portB);
_i2c = new I2C(_mpsseA, 400000, false);
_i2c = new I2C(_mpsseA, I2C.SPEED_NORMAL, false);
_i2c.setModes(OUTPUT_MASK | PCA_RESET, OUTPUT_MASK | PCA_RESET);
// Reset PCA9848
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment