a
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 |
diff -r c8f66dc765d4 -r 804ae40c8276 SDFileSystem.cpp --- 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; }