sdcard

Dependencies:   SDFileSystem mbed

Fork of rtcfinalcodeyuppie by Pradeep Kotipalli

Committer:
pradeepvk2208
Date:
Mon Dec 22 10:10:38 2014 +0000
Revision:
3:6cde88f8c50f
Child:
4:374c51671a69
rtcfinalcode

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pradeepvk2208 3:6cde88f8c50f 1 #include "mbed.h"
pradeepvk2208 3:6cde88f8c50f 2
pradeepvk2208 3:6cde88f8c50f 3 void spiwrite(int);
pradeepvk2208 3:6cde88f8c50f 4 int spiread(int);
pradeepvk2208 3:6cde88f8c50f 5 int hexint(int);
pradeepvk2208 3:6cde88f8c50f 6 char* getname(int,int,int,int,int,int,int);
pradeepvk2208 3:6cde88f8c50f 7 char* getts(void);