SDHC library test

Dependencies:   SDHCFileSystem mbed FatFileSystem

Files at this revision

API Documentation at this revision

Comitter:
okano
Date:
Tue Jul 31 07:31:29 2012 +0000
Parent:
0:cabd369d74d1
Child:
2:a7463684a202
Commit message:
SDHC library test version

Changed in this revision

SDFileSystem.lib Show diff for this revision Revisions of this file
SDHCFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SDFileSystem.lib	Tue Jul 31 06:29:54 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/simon/code/SDFileSystem/#a883911244d1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SDHCFileSystem.lib	Tue Jul 31 07:31:29 2012 +0000
@@ -0,0 +1,1 @@
+SDHCFileSystem#afc1d3f82344
--- a/main.cpp	Tue Jul 31 06:29:54 2012 +0000
+++ b/main.cpp	Tue Jul 31 07:31:29 2012 +0000
@@ -1,8 +1,9 @@
 #include "mbed.h"
-#include "SDFileSystem.h"
+//#include "SDFileSystem.h"
+#include "SDHCFileSystem.h"
 
 //SDFileSystem sd(p5, p6, p7, p8, "sd");
-SDFileSystem sd(p5, p6, p7, p13, "sd"); // mosi, miso, sclk, cs, name
+SDFileSystem sd(p5, p6, p7, p8, "sd"); // mosi, miso, sclk, cs, name
 
 int main() {
     printf("Hello World!\n");