SD保存

Dependencies:   SDFileSystem

Dependents:   ADC_DMA receiver

Files at this revision

API Documentation at this revision

Comitter:
k0050288
Date:
Mon Aug 20 02:28:29 2018 +0000
Parent:
1:8023ba647c93
Commit message:
SD??

Changed in this revision

SD.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SD.cpp	Tue Jul 17 04:51:48 2018 +0000
+++ b/SD.cpp	Mon Aug 20 02:28:29 2018 +0000
@@ -52,7 +52,7 @@
     sscanf(buf, "%d", &fileNo);
     fclose(fp);
     
-    sprintf(logFileName, "/sd/logADC%03d.csv", fileNo);
+    sprintf(logFileName, "/sd/logSync%03d.csv", fileNo);
     
     if ((fp = fopen(LOG_NO_FILE_NAME, "w")) == NULL) {
         ; // エラー処理