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

Dependencies:   mbed

Committer:
okini3939
Date:
Mon Jul 08 01:36:53 2013 +0000
Revision:
0:6fc9fe87e0c5
1st build

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okini3939 0:6fc9fe87e0c5 1 /*
okini3939 0:6fc9fe87e0c5 2 * HL1606 tape led IC
okini3939 0:6fc9fe87e0c5 3 */
okini3939 0:6fc9fe87e0c5 4
okini3939 0:6fc9fe87e0c5 5 void tape_write (int d);
okini3939 0:6fc9fe87e0c5 6 void tapeInit (int speed, int n);
okini3939 0:6fc9fe87e0c5 7 void tapeSet (int n, int dat);
okini3939 0:6fc9fe87e0c5 8 void tapeSend ();