Ignore this
Fork of Servo by
Diff: Servo.h
- Revision:
- 4:bd55f9eef6b3
- Parent:
- 3:36b69a7ced07
diff -r 36b69a7ced07 -r bd55f9eef6b3 Servo.h --- a/Servo.h Thu Sep 02 17:34:43 2010 +0000 +++ b/Servo.h Mon Oct 20 21:38:15 2014 +0000 @@ -81,7 +81,7 @@ * @param range Pulsewidth range from center (1.5ms) to maximum/minimum position in seconds * @param degrees Angle from centre to maximum/minimum position in degrees */ - void calibrate(float range = 0.0005, float degrees = 45.0); + void calibrate(float range = 0.0009, float degrees = 90.0); /** Shorthand for the write and read functions */ Servo& operator= (float percent);