Guest User

TLC5940 code

a guest
Apr 3rd, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include "tlc_config.h"
  2. #include "Tlc5940.h"
  3.  
  4. void setup()
  5. {
  6.   Tlc.init();
  7. }
  8.  
  9. void loop()
  10. {
  11.   Tlc.setAll(0);
  12.   Tlc.update();
  13. }
Advertisement
Add Comment
Please, Sign In to add comment