Cascaded led driver to write use write into leds[i] = 0x0 or 0xfff

Dependents:   M5VelocityALLCODE

Fork of TLC5940 by Kartik Jangam

TLC5940.h

Committer:
Mach5
Date:
2013-03-23
Revision:
2:ff6fc805f4ea
Parent:
1:05d2234c0965
Child:
3:367910365a97

File content as of revision 2:ff6fc805f4ea:

#include "mbed.h"


void setup (SPI &driver, DigitalOut &vprg, DigitalOut &xlat, DigitalOut &blank, DigitalOut &dcprg, PwmOut &gsclk, int num_ics);
void update_led (SPI &driver, DigitalOut &xlat, DigitalOut &blank, unsigned short* LEDS);
void clearall (void);