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: mbed SDFileSystem
Revision 2:b21a42cab71e, committed 2022-01-30
- Comitter:
- kosukesuzuki
- Date:
- Sun Jan 30 03:38:44 2022 +0000
- Parent:
- 1:e4d7342be507
- Commit message:
- SD
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue May 16 05:18:55 2017 +0000
+++ b/main.cpp Sun Jan 30 03:38:44 2022 +0000
@@ -1,6 +1,6 @@
#include "mbed.h"
#include "SDFileSystem.h"
-
+
SDFileSystem sd(p5, p6, p7, p8, "sd"); // the pinout on the mbed Cool Components workshop board
int main() {