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
Revision 7:28ac6b98391b, committed 2020-07-30
- Comitter:
- momoa
- Date:
- Thu Jul 30 09:48:43 2020 +0000
- Parent:
- 6:8db0d3b02cec
- Commit message:
- ///;
Changed in this revision
| FATFileSystem.lib | Show annotated file Show diff for this revision Revisions of this file |
| SDFileSystem.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/FATFileSystem.lib Fri Sep 09 19:35:14 2016 +0000 +++ b/FATFileSystem.lib Thu Jul 30 09:48:43 2020 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/mbed-official/code/FATFileSystem/#e2ab678eb692 +https://developer.mbed.org/teams/mbed-official/code/FATFileSystem/#28e685e5ff7f
--- a/SDFileSystem.h Fri Sep 09 19:35:14 2016 +0000
+++ b/SDFileSystem.h Thu Jul 30 09:48:43 2020 +0000
@@ -32,7 +32,7 @@
* #include "mbed.h"
* #include "SDFileSystem.h"
*
- * SDFileSystem sd(p5, p6, p7, p12, "sd"); // mosi, miso, sclk, cs
+ * SDFileSystem sd(PA_7, PA_6, PA_5, PA_4, "sd"); // mosi, miso, sclk, cs
*
* int main() {
* FILE *fp = fopen("/sd/myfile.txt", "w");