This is a non working example, i do not know why

Dependencies:   FATFileSystem

Fork of SDFileSystem by mbed official

Files at this revision

API Documentation at this revision

Comitter:
hggerdd
Date:
Fri Mar 21 18:07:42 2014 +0000
Parent:
2:c8f66dc765d4
Commit message:
funktioniert mit originalen SPI Werten

Changed in this revision

SDFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SDFileSystem.cpp	Thu Nov 29 10:56:21 2012 +0000
+++ b/SDFileSystem.cpp	Fri Mar 21 18:07:42 2014 +0000
@@ -117,7 +117,7 @@
 
 #define SD_COMMAND_TIMEOUT 5000
 
-#define SD_DBG             0
+#define SD_DBG             1
 
 SDFileSystem::SDFileSystem(PinName mosi, PinName miso, PinName sclk, PinName cs, const char* name) :
     FATFileSystem(name), _spi(mosi, miso, sclk), _cs(cs) {