intialize

Dependencies:   FATFileSystem

Files at this revision

API Documentation at this revision

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");