A simple serial test program for the re-written SDFileSystem library.

Dependencies:   SDFileSystem mbed

Files at this revision

API Documentation at this revision

Comitter:
neilt6
Date:
Fri Aug 15 17:55:35 2014 +0000
Parent:
10:ae649a596123
Child:
12:bd8b17cd6a7b
Commit message:
Updated SDFileSystem and mbed libraries

Changed in this revision

SDFileSystem.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
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/SDFileSystem.lib	Thu Aug 14 22:28:28 2014 +0000
+++ b/SDFileSystem.lib	Fri Aug 15 17:55:35 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/neilt6/code/SDFileSystem/#67ddc53e3983
+http://mbed.org/users/neilt6/code/SDFileSystem/#eebddab6eff2
--- a/main.cpp	Thu Aug 14 22:28:28 2014 +0000
+++ b/main.cpp	Fri Aug 15 17:55:35 2014 +0000
@@ -3,7 +3,7 @@
 
 Timer timer;
 DigitalIn button(p21, PullUp);
-SDFileSystem sd(p5, p6, p7, p20, "sd", p22, SDFileSystem::SWITCH_NO, 25000000);
+SDFileSystem sd(p5, p6, p7, p20, "sd", p22, SDFileSystem::SWITCH_NEG_NO, 25000000);
 char buffer[4096];
 
 void writeTest()
--- a/mbed.bld	Thu Aug 14 22:28:28 2014 +0000
+++ b/mbed.bld	Fri Aug 15 17:55:35 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/6213f644d804
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013
\ No newline at end of file