Is this seconds or milliseconds (the 50)
void autonomous(void) {
FrontLeft.setVelocity(40, pct);
FrontRight.setVelocity(40, pct);
FrontLeft.spin(forward);
vex::task::sleep(*50*);
Is this seconds or milliseconds (the 50)
void autonomous(void) {
FrontLeft.setVelocity(40, pct);
FrontRight.setVelocity(40, pct);
FrontLeft.spin(forward);
vex::task::sleep(*50*);