Need help with my first project

    myServo.attach(servoPin);
    myServo.write(0);  // Initial position

Reverse the order of these two lines of code in setup()

1 Like