1 2 3 4 5 6 7
#ifndef TLC5947 #define TLC5947 void init_LED_Drivers(int nb); void set_LED_Drivers(unsigned int pwm[], int nb); #endif