getting 5000 values from internal ADC, writes to two seperate files. Trying to write to external memory (23K256). Last part doesn\'t work

Dependencies:   mbed Ser23K256

Files at this revision

API Documentation at this revision

Comitter:
marcelvandekamp
Date:
Fri Mar 04 15:24:54 2011 +0000
Parent:
0:d2987bd5e0cf
Commit message:
V2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Mar 04 15:23:46 2011 +0000
+++ b/main.cpp	Fri Mar 04 15:24:54 2011 +0000
@@ -83,7 +83,7 @@
     pc.printf("closing file");
     fclose(fp2);
     wait(4.0);
-   // WriteExternal();
+    WriteExternal();
     pc.printf("written to ext");
     wait(3);
     ShowExternal();