SDFileSystem

Dependencies:   FATFileSystem

Fork of SDFileSystem by Neil Thiessen

Revision:
25:118525dc2659
Parent:
23:6bb3c1987511
--- a/SDFileSystem.h	Tue May 24 15:50:26 2016 +0000
+++ b/SDFileSystem.h	Sun Jul 24 09:16:00 2016 +0000
@@ -100,7 +100,7 @@
      * @param cdtype The type of card detect switch.
      * @param hz The SPI bus frequency (defaults to 1MHz).
      */
-    SDFileSystem(PinName mosi, PinName miso, PinName sclk, PinName cs, const char* name, PinName cd = NC, SwitchType cdtype = SWITCH_NONE, int hz = 1000000);
+    SDFileSystem(PinName mosi, PinName miso, PinName sclk, PinName cs, const char* name, PinName cd = NC, SwitchType cdtype = SWITCH_NONE, int hz = 20000000);
 
     /** Determine whether or not a card is present
      *