|
Re: gyro c++ Programing
Would this work
Code:
//what tommy wants
angle = 45;
myRobot.Drive(-1.0, -angle / 30.0);
Wait(3.0);
__________________
"Error, Cannot Find Back-End!" -WindRiver C++ Error
"If you aren't getting any errors while you are programming, then you are doing something wrong." -Elliot Courant
|