|
Re: Motor Code Help
have you read http://first.wpi.edu/Images/CMS/Firs...artedWithC.pdf and http://first.wpi.edu/Images/CMS/Firs...sers_Guide.pdf?
I would assume you want something more like this:
Code:
robotDrive.TankDrive(stick1,stick2);
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|