Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SDFileSystem by
Revision 4:329c403c76e6, committed 2015-07-05
- Comitter:
- naru
- Date:
- Sun Jul 05 17:24:36 2015 +0000
- Parent:
- 3:7b35d1709458
- Commit message:
- _spi.frequency 1MHz -> 12MHz
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 Sun Jul 05 17:24:36 2015 +0000 @@ -207,7 +207,8 @@ return 1; } - _spi.frequency(1000000); // Set to 1MHz for data transfer +// _spi.frequency(1000000); // Set to 1MHz for data transfer + _spi.frequency(12000000); return 0; }