Quote:
Originally Posted by tomy
I don't have the computer now but for the gyro we did
Code:
gyro.reset
gyro.get angle()
Is there anything special you have to do to see it the driver station?
|
That code is incorrect,
Code:
gyro.Reset();
gyro.GetAngle();