see: http://mbed.org/users/okini3939/notebook/led_strip/

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LEDTape.h Source File

LEDTape.h

00001 /*
00002  * HL1606 tape led IC
00003  */
00004  
00005 void tape_write (int d);
00006 void tapeInit (int speed, int n);
00007 void tapeSet (int n, int dat);
00008 void tapeSend ();