Library for using the TLC5940 as a servo controller.

Dependencies:   FastPWM

Dependents:   TLC5940ServoTest

Files at this revision

API Documentation at this revision

Comitter:
dudanian
Date:
Tue Oct 21 06:06:30 2014 +0000
Parent:
2:1d2251574d35
Child:
4:95305d4b0544
Commit message:
Typo in last commit.

Changed in this revision

TLC5940Servo.h Show annotated file Show diff for this revision Revisions of this file
--- a/TLC5940Servo.h	Tue Oct 21 06:04:24 2014 +0000
+++ b/TLC5940Servo.h	Tue Oct 21 06:06:30 2014 +0000
@@ -114,7 +114,7 @@
     volatile bool need_xlat;
 
     // Buffers to store data until it is sent
-    Servo* dataBuffer;
+    Servo* servos;
 
     // Function to reset the display and send the next chunks of data
     void reset();