mbed-os github

Dependencies:   ADS1015 Faulhaber HTU21D_mod MS5837_potless Sensor_Head_RevB_3 USBDevice_dfu Utilsdfu beep

Fork of ARNSRS_testDFU by POTLESS

Revision:
82:5a0589682877
Parent:
81:83567a0ce82c
Child:
83:855eb58c017d
--- a/main.cpp	Mon Aug 13 12:33:59 2018 +0000
+++ b/main.cpp	Thu Aug 30 13:15:53 2018 +0000
@@ -39,7 +39,7 @@
 #define IHM(...) { NVIC_DisableIRQ(USART3_IRQn); display.printf(__VA_ARGS__); fflush(stdout);NVIC_EnableIRQ(USART3_IRQn);}
 
 //Communication USB, OTG_FS
-USBSerial serialMonit(0x0483, 0x5740, 0x0001, false);
+USBSerial serialMonit;
 //USBSerial serialMonit;//Pour pilotes windows Olivier
 
 //Moniteur série debug, Serial 2
@@ -939,8 +939,8 @@
     wait(1);
 
     //Création du nouveau fichier LOG par index / par date.
-    //Create_File_Name_Index();
-    Create_File_Name_Date();
+    Create_File_Name_Index();
+    //Create_File_Name_Date();
 
     //Création et écriture du header du fichier LOG
     sensors.Create_Header(Log_File_Name);