This library allows control of the TLC5940 PWM driver IC. It supports both normal operation and controlling multiplexed displays.

Dependencies:   FastPWM

Dependents:   TLC5940LEDtreiber

Revision:
1:013a9737441d
Parent:
0:be9399a34b15
Child:
2:69e40ccf506f
--- a/TLC5940.h	Mon May 20 19:07:01 2013 +0000
+++ b/TLC5940.h	Mon May 20 19:11:44 2013 +0000
@@ -40,7 +40,7 @@
   *  CPU time spent in that function. The default value is 1Mhz. The rate at which the reset function is called can be calculated by: 
   *  (1/GSCLK_SPEED) * 4096.
   *
-  *  Using the TLC5940 to control an LED:
+  *  Using the TLC5940 class to control an LED:
   *  @code
   *  #include "mbed.h"
   *  #include "TLC5940.h"