Andrew Duda / TLC5940Servo

Dependencies:   FastPWM

Dependents:   TLC5940ServoTest

Revision:
3:3b04a122e508
Parent:
2:1d2251574d35
Child:
4:95305d4b0544
--- 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();