Production Test Program (PTP) for the LPC4088 Experiment Base Board

Dependencies:   EALib I2S LM75B SDFileSystem mbed

Revision:
3:7ef908e84ae1
Parent:
2:2f4b7535ceb3
--- a/TestFileSystemMCI.cpp	Thu Aug 28 09:36:13 2014 +0000
+++ b/TestFileSystemMCI.cpp	Mon Sep 08 11:34:53 2014 +0000
@@ -45,6 +45,10 @@
 */
 
 bool TestFileSystemMCI::runTest() {
+    printf("Testing MCI file system. If this test takes a lot of time make sure that\n"
+           "there is a uSD card inserted and that the jumpers are inserted according\n"
+           "to the instructions!\n");
+    
     // The LPC4088 Experiment Base Board does not have the CardDetect signal
     // available so it must be set to NC here to work.
     MCIFileSystem mcifs("mci", NC);