Quote:
Originally Posted by Mike Bortfeldt
we were having some sporatic communication issues that I think is due to the I2C cable length, but as the robot is bagged, I can't test it out. Initial bench testing didn't seem to have this issue.
|
For reference, the communication failures were resolved by calling:
Code:
SetCompatabilityMode(true);
on the I2C object.
Mike