Blame view

tests/atmega2560/ledControl/tlc5947.h 122 Bytes
9ce6804b   pfrison   ledDriver test a ...
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