Forked for?
Dependencies: FATFileSystem
Fork of SDFileSystem by
Revision 4:7a899122f5c9, committed 2014-05-12
- Comitter:
- ellingjp
- Date:
- Mon May 12 18:51:55 2014 +0000
- Parent:
- 3:7b35d1709458
- Commit message:
- SPI clock to 16MHz
Changed in this revision
SDFileSystem.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7b35d1709458 -r 7a899122f5c9 SDFileSystem.cpp --- a/SDFileSystem.cpp Mon Mar 17 14:34:01 2014 +0000 +++ b/SDFileSystem.cpp Mon May 12 18:51:55 2014 +0000 @@ -207,7 +207,7 @@ return 1; } - _spi.frequency(1000000); // Set to 1MHz for data transfer + _spi.frequency(16000000); // Set to 1MHz for data transfer return 0; }