UCS1903 tape led

Dependencies:   mbed

Committer:
okini3939
Date:
Thu Jan 17 13:49:36 2013 +0000
Revision:
0:49551c775fc5
1st build

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okini3939 0:49551c775fc5 1 /*
okini3939 0:49551c775fc5 2 * UCS1903 tape led IC
okini3939 0:49551c775fc5 3 */
okini3939 0:49551c775fc5 4
okini3939 0:49551c775fc5 5 //#define TEST
okini3939 0:49551c775fc5 6
okini3939 0:49551c775fc5 7 void tape_write (int d);
okini3939 0:49551c775fc5 8 void tapeReset (int flag);
okini3939 0:49551c775fc5 9 void tapeSend (int dat);
okini3939 0:49551c775fc5 10 void tapeInit (int speed);