Fork of the SD file system library from simon. Changed constructor allows to inject the SPI handler in order to reuse it.

Fork of SDFileSystem by Simon Ford

Files at this revision

API Documentation at this revision

Comitter:
wyunreal
Date:
Sat Jan 03 17:46:16 2015 +0000
Parent:
4:498b360ea482
Commit message:
removing comments

Changed in this revision

SDFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SDFileSystem.cpp	Sun Mar 02 18:14:50 2014 +0000
+++ b/SDFileSystem.cpp	Sat Jan 03 17:46:16 2015 +0000
@@ -196,8 +196,6 @@
 int SDFileSystem::disk_initialize() {
 
     int i = initialise_card();
-//    printf("init card = %d\n", i);
-//    printf("OK\n");
 
     _sectors = _sd_sectors();