Only Yesterday 制御プログラム

Dependencies:   mbed FATFileSystem

Fork of OnlyYestaerday by Junichi Katsu

Committer:
jksoft
Date:
Wed Apr 02 01:43:55 2014 +0000
Revision:
0:5975af170e43
1st Prototype

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jksoft 0:5975af170e43 1
jksoft 0:5975af170e43 2 void tape_write (int d);
jksoft 0:5975af170e43 3 void tapeInit (int speed, int n);
jksoft 0:5975af170e43 4 void tapeSet (int n, int dat);
jksoft 0:5975af170e43 5 void tapeSend ();