scscxcx

Dependencies:   FATFileSystem

Fork of SDFileSystem by mbed official

Files at this revision

API Documentation at this revision

Comitter:
PKnevermind
Date:
Mon Dec 07 10:18:50 2015 +0000
Parent:
3:7b35d1709458
Commit message:
...

Changed in this revision

SDFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SDFileSystem.cpp	Mon Mar 17 14:34:01 2014 +0000
+++ b/SDFileSystem.cpp	Mon Dec 07 10:18:50 2015 +0000
@@ -207,7 +207,7 @@
         return 1;
     }
     
-    _spi.frequency(1000000); // Set to 1MHz for data transfer
+    _spi.frequency(12000000); // Set to 12MHz for data transfer
     return 0;
 }