Blame view

tests/atmega2560/ledControl/tlc5947.h 148 Bytes
9ce6804b   pfrison   ledDriver test a ...
1
2
3
  #ifndef TLC5947
  #define TLC5947
  
004b9394   pfrison   Avant début piste
4
5
  #define	DLED_CHANNELS	24
  
9ce6804b   pfrison   ledDriver test a ...
6
7
8
9
  void init_LED_Drivers(int nb);
  void set_LED_Drivers(unsigned int pwm[], int nb);
  
  #endif