a

Dependencies:   mbed SDFileSystem

Files at this revision

API Documentation at this revision

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
diff -r e4d7342be507 -r b21a42cab71e main.cpp
--- 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() {