Task::Sleep::100

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*);
milliseconds
1 Like