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.
Dependents: 4180_final_project_v2
Fork of SDFileSystem by
Revision 7:804ae40c8276, committed 2017-04-26
- Comitter:
- ychen644
- Date:
- Wed Apr 26 14:39:02 2017 +0000
- Parent:
- 2:c8f66dc765d4
- Commit message:
- a
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 Wed Apr 26 14:39:02 2017 +0000
@@ -210,7 +210,7 @@
return 1;
}
- _spi.frequency(1000000); // Set to 1MHz for data transfer
+ _spi.frequency(7000000); // Set to 1MHz for data transfer
return 0;
}
