#ifndef TLC5947 #define TLC5947 #define DLED_CHANNELS 24 void init_LED_Drivers(int nb); void set_LED_Drivers(unsigned int pwm[], int nb); #endif