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.
Dependencies: FATFileSystem
Fork of SDFileSystem1 by
Revision 8:bb12d57f75e9, committed 2017-11-25
- Comitter:
- NdA994
- Date:
- Sat Nov 25 17:42:24 2017 +0000
- Parent:
- 7:cfed551cc1a2
- Commit message:
- test con sd classe 10 ;
Changed in this revision
SDFileSystem.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SDFileSystem.cpp Mon Nov 20 22:15:31 2017 +0000 +++ b/SDFileSystem.cpp Sat Nov 25 17:42:24 2017 +0000 @@ -124,8 +124,8 @@ _cs = 1; // Set default to 100kHz for initialisation and 1MHz for data transfer - _init_sck = 2000000; - _transfer_sck = 8000000; + _init_sck = 4000000; + _transfer_sck = 16000000; } #define R1_IDLE_STATE (1 << 0)