Servo motor interfacing

AWOL:

if(value >= 544)

Doesn't the "Servo.write" method already do this for you?

Yes, values equal to or greater than 544 are handled by Servo.write as microseconds. However the code as posted does the same thing and is preferred because its function is clearer.