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