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: SDFileSystem mbed
Fork of Seeed_SDCard_Shield by
Revision 2:f2f5e2324ad4, committed 2014-07-25
- Comitter:
- screamer
- Date:
- Fri Jul 25 10:39:00 2014 +0000
- Parent:
- 1:93d41c73ac7d
- Child:
- 3:5edc67dee8b7
- Commit message:
- Update mbed library to the latest revision
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Mar 25 17:39:19 2014 +0000
+++ b/main.cpp Fri Jul 25 10:39:00 2014 +0000
@@ -1,8 +1,8 @@
#include "mbed.h"
#include "SDFileSystem.h"
+Serial pc(USBTX, USBRX);
SDFileSystem sd(D11, D12, D13, D10, "sd"); // MOSI, MISO, SCK, CS
-Serial pc(USBTX, USBRX);
FILE *fp;
int main() {
--- a/mbed.bld Tue Mar 25 17:39:19 2014 +0000 +++ b/mbed.bld Fri Jul 25 10:39:00 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/7d30d6019079 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/04dd9b1680ae \ No newline at end of file
