Controlling Multiple Servos With RC using servo.h

It may be getting away with it because, confusingly, if you pass a high number (above 200 I think) to servo.write() it treats it as if you had used servo.writeMicroseconds() instead.

I really wish the Servo library didn't do that because it can make code really difficult to understand...like now.

Steve