Library for using the TLC5940 as a servo controller.

Dependencies:   FastPWM

Dependents:   TLC5940ServoTest

Revision:
6:b001282e967b
Parent:
5:56daa8c0697d
diff -r 56daa8c0697d -r b001282e967b TLC5940Servo.h
--- a/TLC5940Servo.h	Tue Oct 21 06:26:25 2014 +0000
+++ b/TLC5940Servo.h	Tue Oct 21 15:05:16 2014 +0000
@@ -105,14 +105,6 @@
     ~TLC5940Servo();
 
     /**
-     * Allows calibration of the range and angles for a particular servo
-     *
-     * @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(int index, float range, float degrees);
-
-    /**
      * Allows calibration of the range and angles for all servos
      *
      * @param range Pulsewidth range from center (1.5ms) to maximum/minimum position in seconds