ivan

Dependents:   Program_KPG_2019

Revision:
4:4aa22c5b87a1
Parent:
3:36b69a7ced07
diff -r 36b69a7ced07 -r 4aa22c5b87a1 Servo.h
--- a/Servo.h	Thu Sep 02 17:34:43 2010 +0000
+++ b/Servo.h	Sat Sep 07 08:57:02 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.0005, float degrees = 180.0); 
         
     /**  Shorthand for the write and read functions */
     Servo& operator= (float percent);