void RIGHT() /////////////////////////////////////block for turning RIGHT
{analogWrite(leftF,HIGH);
is seen by the compiler as
void RIGHT() /////////////////////////////////////block for turning RIGHT
{analogWrite(leftF,1);
How fast is that going to move your motor?