A class to control a model R/C servo, using a PwmOut
Revision 4:22b2abaa0f44, committed 2019-09-27
- Comitter:
- b28nguye
- Date:
- Fri Sep 27 14:25:00 2019 +0000
- Parent:
- 3:36b69a7ced07
- Commit message:
- 90
Changed in this revision
Servo.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 36b69a7ced07 -r 22b2abaa0f44 Servo.h --- a/Servo.h Thu Sep 02 17:34:43 2010 +0000 +++ b/Servo.h Fri Sep 27 14:25:00 2019 +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.0010, float degrees = 90.0); /** Shorthand for the write and read functions */ Servo& operator= (float percent);