PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

Revision:
52:701d0c2f47d7
Parent:
51:a98ffbd41e76
Child:
53:1c61cadbcb35
--- a/source/sdcard.cpp	Thu Mar 29 18:17:38 2018 +0000
+++ b/source/sdcard.cpp	Thu Mar 29 18:27:02 2018 +0000
@@ -73,7 +73,7 @@
 
 
         //Print the start message
-        printf("\n\rPress the button to perform tests: ");
+        printf("\n\rStarting SD Card test application:");
 
 
         //Make sure a card is present
@@ -134,7 +134,7 @@
         fclose(fp);
         
         printf("\tText written to SD card\n\r");
-        printf("\tGoodbye World!\n\r");
+        printf("\tGoodbye World!\r\n");
         
         //Unmount the SD card
         sd.unmount();