Example for reading and writing SD card using SPI mode. SD カード書き込み,読み出しの例 インターフェース:SPI モード使用

Dependencies:   SDFileSystem mbed

Fork of Demo_NucleoF4xx_SD_Card by 不韋 呂

Files at this revision

API Documentation at this revision

Comitter:
FelipeVR
Date:
Fri Aug 31 02:31:43 2018 +0000
Parent:
2:beb6128982de
Commit message:
SD SMARTEST

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jun 28 20:15:27 2018 +0000
+++ b/main.cpp	Fri Aug 31 02:31:43 2018 +0000
@@ -15,7 +15,7 @@
         error("Could not open file for write\n");
         led1 = 1;
     }
-    fprintf(fp, "Somos lo maximo =D\n\r");
+    fprintf(fp, "Somos lo maximo =D Codigo de SD Por: ALFA");
     fclose(fp); 
     led2 = 1;
 }