Log measurements on SD card added on DISCO-L476VG board acceleration, omega, compass & 5 Analog values

Dependencies:   BSP_DISCO_L476VG COMPASS_DISCO_L476VG ConfigFile GYRO_DISCO_L476VG SDFileSystem mbed

Revision:
2:f53340e49cc0
Parent:
1:e1f3b4b8b99b
--- a/DefinitionIO.h	Sat Feb 13 14:29:40 2016 +0000
+++ b/DefinitionIO.h	Sat Feb 13 14:48:40 2016 +0000
@@ -83,7 +83,7 @@
 {
    TickUpdate.attach(&Update, SavePeriod);  //starting the infinit loop
    printf("\n\r");
-   printf("Moth logger V2.0\n\r");
+   printf("DISCO logger V2.0\n\r");
    printf("----------------\n\r\n\r");
    
    EnregistrementEnCours=false;
@@ -94,6 +94,7 @@
    //Mount the filesystem
    sd.mount();   
    printf("File system mounted\n\r"); 
+   printf("Toggle switch to start recording\n\r");
    
   /* AIn[0]=&AIn0;
    AIn[1]=&AIn1;