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: MAX31855 SDFileSystem mbed
Diff: SDSaveFunction.cpp
- Revision:
- 7:9032b52be810
- Parent:
- 6:76e8649a643f
- Child:
- 8:882ccc7bbc8a
diff -r 76e8649a643f -r 9032b52be810 SDSaveFunction.cpp --- a/SDSaveFunction.cpp Thu Mar 17 17:23:51 2016 +0000 +++ b/SDSaveFunction.cpp Thu Mar 31 17:30:45 2016 +0000 @@ -6,7 +6,7 @@ //Create an SDFileSystem object -SDFileSystem fs(PTD2, PTD3, PTD1, PTC4, "fs"); +SDFileSystem fs(PTE3, PTE1, PTE2, PTE4, "fs"); FILE *fp; extern Serial pc;
